ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMColor Class / ColorSpace Property

In This Topic
    ColorSpace Property (CIMColor)
    In This Topic
    Gets or sets the color space of the color. This color space is defined by an ICC color profile (except for spot colors which use a dedicated color space definition).
    Syntax
    Public Property ColorSpace As CIMColorSpace
    public CIMColorSpace ColorSpace {get; set;}
    Remarks
    For color types for which color profiles are available (RGB, HSL, HSV and CMYK), the color space should be defined and its URL should match the color profile defined on the container (map, layout, report or style) for the given color type: RGB, HSL or HSV color => RGB color profile. CMYK color => CMYK color profile.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also