ArcGIS Pro 3.7 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 Function GetColorComponent( _
       ByVal index As Long _
    ) As Double
    public double GetColorComponent( 
       long index
    )

    Parameters

    index
    Index

    Return Value

    The color component value
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also