ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMColor Class
Members

In This Topic
    CIMColor Class
    In This Topic
    Supports colors in the CIM model by providing low level access to properties common amongst all color types.
    Object Model
    CIMColor ClassCIMColorSpace ClassCIMColor ClassCIMColor ClassCIMColor ClassCIMColor ClassCIMColor ClassCIMColor ClassCIMColor ClassCIMColor ClassCIMColor ClassCIMColor Class
    Syntax
    Remarks
    This is the base color type which provides access to the color values and color space. Alpha is always the last value in the value array.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CIM.CIMObject
          ArcGIS.Core.CIM.CIMColor
             ArcGIS.Core.CIM.CIMCMYKColor
             ArcGIS.Core.CIM.CIMGrayColor
             ArcGIS.Core.CIM.CIMHSLColor
             ArcGIS.Core.CIM.CIMHSVColor
             ArcGIS.Core.CIM.CIMLABColor
             ArcGIS.Core.CIM.CIMRGBColor
             ArcGIS.Core.CIM.CIMSpotColor
             ArcGIS.Core.CIM.CIMXYZColor

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also