Which of the following statements correctly creates a Color object?

a. new Color(3, 5, 5, 1);
b. new Color(0.3, 0.5, 0.5, 0.1);
c. new Color(0.3, 0.5, 0.5);
d. Color.color(0.3, 0.5, 0.5);
e. Color.color(0.3, 0.5, 0.5, 0.1);

bde

Computer Science & Information Technology

You might also like to view...

________ uses a palette in the center of the window that acts as an easel on which you can draw

Fill in the blank(s) with correct word

Computer Science & Information Technology

Plugins that add extra features or custom commands to Office programs are called Office Add-ins

Indicate whether the statement is true or false

Computer Science & Information Technology