The ____ option, when activated, offers you greater control for painting, such as using a brush that fades or a brush that responds to the pressure you apply when painting.
A. Shape Dynamics
B. Special Brushes
C. Soft Edge Brush
D. Dynamic Edges
Answer: A
You might also like to view...
What will the following code display?
int x = 0; for (int count = 0; count < 3; count++) x += count; cout << x << endl; a. 0 1 2 b. 0 c. 6 d. 3
What attribute about an X server allows you to change the appearance of an X application without having to modify the program?
What will be an ideal response?
Which of the following is NOT true about Java?
A. Java is an object-based language. B. Java creates programs that are portable. C. The Java compiler translates into machine language. D. Java supports threads.
The devices that the computer uses to display results are called ____ devices.
A. exit B. entry C. output D. input