Reverse Property

See Also Applies To Example Model

True if the color palette is reversed. Read/write Boolean.

Remarks

The default setting for this property is False.

Example

The following example reverses the colors in the vbtRainbow palette from violet to red to red to violet.

Bots.ColorTable.Palette = vbtRainbow
Bots.ColorTable.Reverse = True