Question: I need help with a c++ program. The greyscale class should use this format. 1. Create an RGB color class that will hold 3 integer
I need help with a c++ program.



The greyscale class should use this format.
1. Create an RGB color class that will hold 3 integer values, one for red, one for green, and one for blue. Define appropriate functionality for this class, including constructors, getters, and setters for each of the components (or make them public). 1. Create an RGB color class that will hold 3 integer values, one for red, one for green, and one for blue. Define appropriate functionality for this class, including constructors, getters, and setters for each of the components (or make them public)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
