____ is the expression of purity or strength of a color.
a. Saturation
b. Hue
c. Brightness
d. Contrast
A. Saturation
You might also like to view...
Event method________sets the value of the internal flag to true.
a) set. b) change. c) setTrue. d) None of the above.
What is the value of choice after the following statements?
void getChoice(int& par_choice, in par_count); int choice, count=3; getChoice(choice, count); void getChoice(int& par_choice, in par_count) { if(par_count<0) par_choice =0; if(par_count = 0) par_choice=-1; else par_choice=99; return; } a. 3 b. 0 c. –1 d. 99
The Internet Explorer filter that makes a specified color in the object transparent is ____.
A. DropShadow(color=#rrggbb, offX=value, offY=value) B. Glow(color=#rrggbb, strength=1-255) C. Chroma(color=#rrggbb) D. Pixelate(maxSquare=value)
A recursive method typically has two components: one that provides a means for the recursion to terminate by testing for a(n)________ case and one that expresses the problem as a recursive call for a slightly simpler problem than does the original call.
Fill in the blank(s) with the appropriate word(s).