In C++, write a Color class that accomplishes the following:
To “add” or “subtract” colors, look to actual color combinations:
Might there be some mathematical relationship between the colors, so that we can apply numerical values to aid us in our processing?
With the completion of your Color class, write a small application program (ie a main()) that instantiates a few Color objects.
With this program, do the following: