Parent Topic: Preferences

Naming A Colour

The NamedColour preference allows the user to defined a new named colour to the system. This colour should appear in option menus used to select a colour.

The value arguments to the NamedColour resource should be a name for the new colour followed by the red, green, and blue components of that colour. If the colour name is more than one word, it should be enclosed in double quotes.

Example:

Create a new colour called Slate Grey with the specified RGB value.

 NamedColour: "Slate Grey" 40 40 40

Parent Topic: Preferences
About PCI Help Gateway