- #1
Nick M
- 193
- 0
I'm trying to set the color using three integer values for R, G, and B stored in three int type variables (these values are randomly generated between 0 and 255).
Previously we set the color (e.g. yellow) using g.setColor(Color.YELLOW).
I'm unsure of how to do this. The course is online, and I've read the text section multiple times.
Previously we set the color (e.g. yellow) using g.setColor(Color.YELLOW).
I'm unsure of how to do this. The course is online, and I've read the text section multiple times.