Write new methods like Program 7 to clear red and green.
For each of these, which would be the most useful in actual practice?
How about combinations of these?
It depends on what color you want to clear.
You could make one change color method that takes in a double parameter for the amount to change the red, another for the amount to change the green, and another for the amount to change the blue. That would be very flexible and useful but might do some extra work if you really only wanted to change one color.
You might also like to view...
When using Advanced Filtering, the criteria range must contain at least:
A) three columns. B) two rows. C) three rows. D) one columns.
The program included in the Java SDK that allows a programmer to separate the class interface from the class implementation is called:
a. javac b. java c. javadoc d. none of the above