Package hm.zelha.particlesfx.util
Class Color
java.lang.Object
hm.zelha.particlesfx.util.Color
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Color -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WHITE
-
SILVER
-
GRAY
-
DARK_GRAY
-
BLACK
-
RED
-
PINK
-
MAROON
-
YELLOW
-
OLIVE
-
LIME
-
GREEN
-
AQUA
-
TEAL
-
BLUE
-
NAVY
-
MAGENTA
-
PURPLE
-
ORANGE
-
-
Constructor Details
-
Color
public Color(int red, int green, int blue) -
Color
public Color(int rgb)
-
-
Method Details
-
equals
-
clone
-
lock
makes this object unmodifiable- Returns:
- this object
-
setRGB
public void setRGB(int rgb) -
setRed
public void setRed(int red) -
setGreen
public void setGreen(int green) -
setBlue
public void setBlue(int blue) -
getRGB
public int getRGB() -
getRed
public int getRed() -
getGreen
public int getGreen() -
getBlue
public int getBlue() -
isLocked
public boolean isLocked()- Returns:
- whether this object can be modified
-