setValues(...)
This method changes the color palette.
Required arguments
- 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.