ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMColor Class / CreateHSVColor Method
Hue
Saturation
Value
Alpha

In This Topic
    CreateHSVColor Method
    In This Topic
    Creates a new HSV color from input parameters.
    Syntax
    public static CIMColor CreateHSVColor( 
       double h,
       double s,
       double v,
       double alpha
    )
    Public Shared Function CreateHSVColor( _
       ByVal h As Double, _
       ByVal s As Double, _
       ByVal v As Double, _
       Optional ByVal alpha As Double _
    ) As CIMColor

    Parameters

    h
    Hue
    s
    Saturation
    v
    Value
    alpha
    Alpha

    Return Value

    An HSV color
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also