Click or drag to resize
CanvasColorSpace Enumeration
Specifies options that should be applied to the color space.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasColorSpace
Members
  Member nameValueDescription
Custom0The color space is a custom ICC ColorManagementProfile.
Srgb1The color space is sRGB.
ScRgb2The color space is scRGB.
See Also