public class Color
extends java.lang.Object
implements java.io.Serializable
This class is a simple RGB color values holder.
It was introduced in 1.2.0 to replace usage of Color which is a restricted class on Google AppEngine.
| Constructor and Description |
|---|
Color(int red,
int green,
int blue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlue() |
int |
getGreen() |
int |
getRed() |
java.lang.String |
toString() |
Copyright © 2018. All Rights Reserved.