Click or drag to resize
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
C#
public enum ColorManagementProfileType
Members
  Member nameValueDescription
Icc0The color space is specified by an ICC color profile.
Simple1The color space is specified by a ColorManagementSimpleProfile struct.
Extended2The color space is specified by an ExtendedColorSpace enum value.
See Also