You can blur the edge of a mask using the ____________________ setting.

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

Feather

Computer Science & Information Technology

You might also like to view...

Of the following choices, the ________ file extension is NOT a Word template

A) .dotx B) .dotm C) .dot D) .docx

Computer Science & Information Technology

Which of the following statements correctly sets the fill color of circle to black?

``` a. circle.setFill(Color.BLACK); b. circle.setFill(Color.black); c. circle.setStyle("-fx-fill: black"); d. circle.setStyle("fill: black"); e. circle.setStyle("-fx-fill-color: black"); ```

Computer Science & Information Technology