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

In This Topic
    SetColorComponent Method
    In This Topic
    Sets the color component at the specified index.
    Syntax
    public void SetColorComponent( 
       long index,
       double value
    )
    Public Sub SetColorComponent( _
       ByVal index As Long, _
       ByVal value As Double _
    ) 

    Parameters

    index
    Index
    value
    Value
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also