When you ____ an image, you locate objects in the image that should be white or gray and then make corrections that account for the color temperature of the lighting and remove color casts from the image.

a. color correct
b. color balance
c. color cast
d. white balance


D. white balance

Computer Science & Information Technology

You might also like to view...

Companies that are planning to make a long-term investment, like purchasing machinery, typically use ________ to evaluate whether the endeavor is worth pursuing

A) an amortization table B) present value analysis C) capital budgeting D) cash flows

Computer Science & Information Technology

To use a picture as the background for your Web page, insert the background attribute in the ____ tag.

A. B. C. D.

Computer Science & Information Technology

In a DO/S, the ____ is responsible for process synchronization mechanisms and communication support.

A. kernel B. central controller C. network manager D. the responsibility is shared among sites

Computer Science & Information Technology

Do the following two statements in (I) and (II) result in the same value in sum?

(I): for (int i = 0; i < 10; ++i) { sum += i; } (II): for (int i = 0; i < 10; i++) { sum += i; } a. Yes b. No

Computer Science & Information Technology