ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / ColorSpaceType Enumeration

In This Topic
    ColorSpaceType Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also