A colour is specified either by the giving the red, green, blue intensities; or named colours.
o A named colour from the standard colour set, which may be abbreviated. If the abbreviated name is ambiguous the first match (in alphabetical order) is selected. The case of the name is ignored. Some examples are "Pink", "Yellow", "Aquamarine", and "Orchid".
o Normalised red, green, and blue intensities separated by commas or spaces. Each value must lie in the range 0.0-1.0. For example, "1.0,1.0,0.5" would give a pale yellow.
o An HTML colour code such as #ff002d. The leading # character can be replaced if required by an "@" character.
KAPPA --- Kernel Application Package