Solved

Complete the Code, Changing the Fill Color of the GraphicsContext

Question 52

Essay

Complete the code, changing the fill color of the GraphicsContext reference gc to a color with red = 100, green = 200, and blue = 60.
// gc is a GraphicsContext reference
// your code goes here

Correct Answer:

verifed

Verified

Color color = Color....

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions