|
ColorSelectorSettings {...}
ColorSelectorSettings is a global option that stores settings associated with the "Color Selector" dialog box. This dialog box appears when you click Input Color Selector.... ColorSelectorSettings consists of the following suboption.
"Color"
"Color" is a global option that specifies the default color used by the Color Selector dialog box.
The "Color Selector" dialog box is accessed by clicking the Input Color Selector... command. When you click OK, a string corresponding to the default color is pasted into the notebook at the position of the cursor.
Possible settings are as follows.
GrayLevel[n] where n is a number between 0 and 1 that determines the intensity,
i.e. light or dark.
RGBColor[x,y,z] where x,y, and z are numbers between 0 and 1 that determine the
color in terms of its red, green, and blue components.
If the color is specified using Hue[n] or CMYKColor, it is automatically converted to RGBColor[x,y,z]by the front end.
|