public class Color
extends java.lang.Object
| Constructor and Description |
|---|
Color(int red,
int green,
int blue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getBlue() |
int |
getGreen() |
int |
getRed() |
int |
hashCode() |
Copyright © 2022. All Rights Reserved.