47.2 AutoColors object

The AutoColors object defines a color palette.

Access
session.autoColors


47.2.1 setValues(...)

This method changes the color palette.

Required argument

colors

A sequence of Strings specifying the colors of the palette. Strings must be named colors or represent red, green, blue components in hexadecimal form. For instance, '#FF0000' for red, '#00FF00' for green and '#0000FF' for blue

Optional arguments

None.

Return value

None

Exceptions

None.


47.2.2  Members

The AutoColors object has members with the same names and descriptions as the arguments to the setValues method.