Multiple objects ColorTable |
Exposes color palettes for use in fills and line drawing.
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.
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