The Color object contains the RGB definition of a system color.
session.colors[name]
This method changes the RGB value of a user-defined color. However, users cannot define colors, and this method does not modify system-defined colors.
Required argument
A sequence of three Floats specifying the RGB value of the color. The Float values must be between 0.0 and 1.0.
Optional arguments
Return value
Exceptions