public enum ColorSpaceType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ColorSpaceType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum ColorSpaceType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ColorSpaceType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
CMYK | The CMYK (cyan, magenta, yellow, black) color space. |
Gray | The Grayscale color space. |
HLS | The HSL (hue, saturation, lightness) color space. |
HSV | The HSV (hue, saturation, value (brightness)) color space. |
LAB | The LAB color space. |
RGB | The RGB (red, green, blue) color space. |
Spot | Spot color space. |
XYZ | The XYZ color space. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.CIM.ColorSpaceType
Target Platforms: Windows 10, Windows 8.1