Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines options that should be applied to the color space.
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
} ;
Constants
D2D1_COLOR_SPACE_CUSTOMValue: 0 The color space is otherwise described, such as with a color profile. |
D2D1_COLOR_SPACE_SRGBValue: 1 The color space is sRGB. |
D2D1_COLOR_SPACE_SCRGBValue: 2 The color space is scRGB. |
D2D1_COLOR_SPACE_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps] |
| Header | d2d1_1.h |