Question: Write a method called randomColor that creates and returns a Color object that represents a random color. Recall that a Color object can be defined
Write a method called randomColor that creates and returns a Color object that represents a random color. Recall that a Color object can be defined by three integer values between 0 and 255 representing the contributions of red, green, and blue (its RGB value).
Step by Step Solution
3.48 Rating (161 Votes )
There are 3 Steps involved in it
final int MAX 256 public Color randomColor R... View full answer
Get step-by-step solutions from verified subject matter experts
