Returns the associated ColorTable object.
The ColorTable object exposes color palettes for use in fills and line drawing.
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