The _________________________ lets you define a new gradient by modifying a copy of an existing gradient or preset, or by choosing colors to create a new blend.

Fill in the blank(s) with the appropriate word(s).


Gradient Editor dialog box
Gradient Editor

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. A lambda that receives two ints, x and y, and returns their sum is ``` (int x, int y) -> {return x + y;} ``` b. A lambda’s parameter types may be omitted, as in: ``` (x, y) -> {return x + y;} ``` c. A lambda with a one-expression body can be written as: ``` (x, y) -> x + y ``` In this case, the expression’s value is implicitly returned. d. When a lambda's parameter list contains only one parameter, the parentheses may be omitted, as in: ``` value -> System.out.printf("%d ", value) ```

Computer Science & Information Technology

What are the roles of icons, graphics, and color in providing feedback?

What will be an ideal response?

Computer Science & Information Technology

Box 1 in the accompanying figure of a Microsoft PowerPoint 2016 presentation is pointing to the _____. ?

A. ?Slides pane B. ?Notes panel C. ?Title slide D. ?Text panel

Computer Science & Information Technology

The ____ button in the Resource Information dialog box lets you access a sever for the resource.

A. Collaborate B. Project Server C. Windows Account D. Share Information

Computer Science & Information Technology