Where can you find the controls for adjusting the lighting in a photograph?

What will be an ideal response?


You can adjust the lighting for a photo in Expert, Guided edit, and Quick edit modes.
In Expert mode, you can use the Enhance > Adjust Lighting menu to open various
dialogs that contain the controls. Alternatively, you can choose Enhance > Auto Levels,
Enhance > Auto Contrast, or Enhance > Adjust Color > Adjust Color Curves. In
Guided edit mode, choose the Brightness and Contrast, Levels, or Lighten and Darken
operations from the Basics category. In Quick edit mode, you can use the Exposure
and Lighting panes in the Quick Fix panel.

Computer Science & Information Technology

You might also like to view...

For an ifstream object A, a class type B and a local variable of type B called C, the proper way to read in one B object from A into C is:

a. A.read( &C, sizeof( B ) ); b. A.read( reinterpret_cast< char * >( &C ), sizeof( B ) ); c. A.read( reinterpret_cast< char * >( &C ), B ); d. A.read( char * ( &C ), sizeof( B ) );

Computer Science & Information Technology

________ are used when complex branching occurs in a structured decision process.

A) Decision tables B) Data dictionaries C) Decision trees D) All of the above.

Computer Science & Information Technology

In which type of social media are posts are limited to a small number of characters and users post updates frequently?

a. Microblog b. Forum c. Wiki

Computer Science & Information Technology

If a menu item requires additional information from the user, the Windows standard is to place a(n) ____ at the end of the caption.

A. underscore (_) B. asterisk (*) C. pound key (#) D. ellipsis (…)

Computer Science & Information Technology