ArcGIS Pro 2.6 API Reference Guide
ColorSpaceType Enumeration

ArcGIS.Core.CIM Namespace : ColorSpaceType Enumeration
Specifies color spaces used for colors.
Syntax
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.ColorSpaceType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace