ColorTable Object

See Also Properties Methods Events Model
Multiple objects
ColorTable

Exposes color palettes for use in fills and line drawing.

Using the ColorTable Object

The ColorTable object is used to add color to objects based on their property states, using a variety of built-in color palettes.

Each Bot and Cell object has its own ColorTable object.

The Palette property is the default property for the ColorTable object.

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