Case F-2Gene and Stacy were looking through their attic last week and found several interesting photographs of their childhood trip to Green Springs, Arkansas. The photos are all in color, but there are a few shots of their father fly fishing that Gene thinks would look great in black-and-white. They decide to scan the photos and use Photoshop's Black & White adjustment to accomplish their goal. If they completely desaturate the images using Hue/Saturation adjustments, what happens to each pixel?
A. The dark pixels will become darker and the light pixels will become lighter.
B. The color saturation will increase for all pixels.
C. Every pixel is left with a saturation value of zero.
D. None of the above.
Answer: C
You might also like to view...
Which type of memory do most mobile devices store long-term data to?
a. LPDDR3 b. SATA magnetic disk c. SATA SSD d. Solid-state flash memory
Answer the following statements true (T) or false (F)
1. An individual array element can be processed like any other type of C++ variable. 2. In C++11 you cannot use a range-based for loop to modify the contents of an array unless you declare the range variable as a reference variable. 3. In C++11 the range-based for loop is best used in situations where you need the element subscript for some purpose. 4. Although two-dimensional arrays are a novel idea, there is no known way to pass one to a function. 5. Each individual element of an array can be accessed by the array name and the element subscript.