In C++ a library function needs a word ("GREEN") as one if its paramaters, I want to replace the word "GREEN" with color, and define color as "GREEN" elsewhere.
How do I do that?
(Im only asking here because I cant find how anywhere else, or Im just doing it wrong)