Describe the Color Burn and Linear Burn blending modes. What do they do?

What will be an ideal response?


Color Burn and Linear Burn are two effective blending modes that use an algorithm that is far more complex than Multiply. 

You can think of Color Burn as a multiply blending mode with increased contrast. Often, if you use the Multiply blending mode on a lighter color over dark shadows, the shadows brighten slightly and become weak. Color Burn can be a smart alternative, because it increases contrast.

Linear Burn creates a multiply effect by decreasing brightness. Of the three, it's probably the least used, but in the right circumstance, it can be the best choice.

Computer Science & Information Technology

You might also like to view...

You should have each button's Click event procedure determine the number of elements in an array.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

ResultSet objects are used for _____________.

a) tracking user-specific data b) retrieving information from a database c) connection to a database d) None of the above.

Computer Science & Information Technology

What is the number of nodes in a full binary tree with a height of 4?

A. 23 B. 19 C. 31 D. 47

Computer Science & Information Technology

if (examScore is less than 50)display message "Do better on next exam" In the statement above, the entry inside the parentheses is called the ____.

A. conditional expression B. truth value C. selection construct D. statement body

Computer Science & Information Technology