ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ColorFactory Class / ReverseColorRamp Method
The color ramp.

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

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also