The AutoColors object defines a color palette.
session.autoColors
This method changes the color palette.
Required argument
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
Return value
Exceptions
The AutoColors object has members with the same names and descriptions as the arguments to the setValues method.