ColorManagementProfileType Enumeration |
Describes the type of a ColorManagementProfile.
Namespace:
Microsoft.Graphics.Canvas.Effects
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public enum ColorManagementProfileType
Members
| Member name | Value | Description |
---|
| Icc | 0 | The color space is specified by an ICC color profile. |
| Simple | 1 | The color space is specified by a ColorManagementSimpleProfile struct. |
| Extended | 2 | The color space is specified by an ExtendedColorSpace enum value. |
See Also