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

In This Topic
    CIMHSLColor Class
    In This Topic
    Represents a color defined by hue, saturation, and lightness.
    Object Model
    CIMHSLColor ClassCIMHSLColor ClassCIMColorSpace ClassCIMHSLColor Class
    Syntax
    Remarks
    Transforms RGB values by defining the hue, saturation, and lightness of the color. The three values do not represent individual color channels but the HSL coordinates used to define the color in the RGB color model.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CIM.CIMObject
          ArcGIS.Core.CIM.CIMColor
             ArcGIS.Core.CIM.CIMHSLColor

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also