ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMColor Class / GetColorComponent Method
Index

In This Topic
    GetColorComponent Method
    In This Topic
    Gets the color component at the specified index.
    Syntax
    public double GetColorComponent( 
       long index
    )
    Public Function GetColorComponent( _
       ByVal index As Long _
    ) As Double

    Parameters

    index
    Index

    Return Value

    The color component value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also