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

In This Topic
    CIMHSVColor Class
    In This Topic
    Represents a color defined by hue, saturation, and brightness (value).
    Object Model
    CIMHSVColor ClassCIMHSVColor ClassCIMColorSpace ClassCIMHSVColor Class
    Syntax
    Remarks
    Transforms RGB values by defining the hue, saturation, and brightness (value) of the color. The three values do not represent individual color channels but the HSV 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.CIMHSVColor

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also