Thanks for your reply Arvin, but I'm not sure what you mean - I'm a lay
person. How do I:
1. Get to the 'function' menu.
2. How does the 'function' menu know the colour I want.
3. Would I save or give my colour a name?
1. open a new code module, then create the function. You could just
type the information in and then compile it.
Then, because it's a public function, you can call it from anywhere.
And you can use fMagenta() in place of the actual RGB color value
(which nobody remembers anyway).
2. there is no menu... you declared the color with a name (of the
function).
3. Saving the function gives your color a name.... Instead of
referring to the color by it's RGB value, you could call it whatever
you want. (so that's what the fMagenta() is about.)