ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IColorFactory Interface / ReverseColorRamp Method
The color ramp.

In This Topic
    ReverseColorRamp Method (IColorFactory)
    In This Topic
    Reverses the color ramp.
    Syntax
    CIMColorRamp ReverseColorRamp( 
       CIMColorRamp colorRamp
    )
    Function ReverseColorRamp( _
       ByVal colorRamp As CIMColorRamp _
    ) As CIMColorRamp

    Parameters

    colorRamp
    The color ramp.

    Return Value

    Exceptions
    ExceptionDescription
    No colorRamp is specified.
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also