Specifies the color management behavior when obtaining pixel data.
Syntax
var value = Windows.Graphics.Imaging.ColorManagementMode.doNotColorManage;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The ColorManagementMode enumeration has these members.
| Member | Value | Description |
|---|---|---|
| DoNotColorManage | doNotColorManage | 0 |
No color management is performed |
| ColorManageToSRgb | colorManageToSRgb | 1 |
Color management is performed from the color space embedded with the source bitmap to the sRGB color space. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012