ColorTable Property

See Also Applies To Example Model

Returns the associated ColorTable object.

Remarks

The ColorTable object exposes color palettes for use in fills and line drawing.

Example

The following example sets the ColorTable palette of all Bot objects to vbtSpectrum, and then reverses and lightens the palette.

Bots.ColorTable.Palette = vbtSpectrum
Bots.ColorTable.Reverse = True
Bots.ColorTable.Lightness = .8