D2D1_COLOR_SPACE enumeration
Defines options that should be applied to the color space.
Syntax
typedef enum { D2D1_COLOR_SPACE_CUSTOM = 0, D2D1_COLOR_SPACE_SRGB = 1, D2D1_COLOR_SPACE_SCRGB = 2 } D2D1_COLOR_SPACE;
Constants
- D2D1_COLOR_SPACE_CUSTOM
-
The color space is otherwise described, such as with a color profile.
- D2D1_COLOR_SPACE_SRGB
-
The color space is sRGB.
- D2D1_COLOR_SPACE_SCRGB
-
The color space is scRGB.
Remarks
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|