Reverse [ColorMap]
Reverse changes the order of nodes in the colormap.
Syntax
object. Reverse( )
Remarks
This is the automation equivalent of clicking the Reverse button in the Colormap Editor. The minimum color becomes the maximum color. The maximum color becomes the minimum color. All intermediate colors are also reversed.
Calling the Reverse command twice results in the original colormap color order being used.
Example
This example demonstrates how to reverse the colors for a colormap.
ColorMap.Reverse
Used by: ColorMap object