D2D1_COLOR_SPACE-Enumeration (d2d1_1.h)

Definiert Optionen, die auf den Farbraum angewendet werden sollen.

Syntax

typedef enum D2D1_COLOR_SPACE {
  D2D1_COLOR_SPACE_CUSTOM = 0,
  D2D1_COLOR_SPACE_SRGB = 1,
  D2D1_COLOR_SPACE_SCRGB = 2,
  D2D1_COLOR_SPACE_FORCE_DWORD = 0xffffffff
} ;

Konstanten

 
D2D1_COLOR_SPACE_CUSTOM
Wert: 0
Der Farbraum wird anderweitig beschrieben, z. B. mit einem Farbprofil.
D2D1_COLOR_SPACE_SRGB
Wert: 1
Der Farbraum ist sRGB.
D2D1_COLOR_SPACE_SCRGB
Wert: 2
Der Farbraum ist scRGB.
D2D1_COLOR_SPACE_FORCE_DWORD
Wert: 0xffffffff

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8 und Plattformupdate für Windows 7 [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 und Plattformupdate für Windows Server 2008 R2 [Desktop-Apps | UWP-Apps]
Kopfzeile d2d1_1.h