public class Color extends Object implements Serializable
| Constructor and Description |
|---|
Color() |
| Modifier and Type | Method and Description |
|---|---|
int |
getB() |
String |
getColorname() |
UUID |
getColorpaletteuuid() |
int |
getG() |
int |
getHex() |
String |
getHexcode() |
int |
getR() |
String |
getRgbcode() |
String |
getStatus() |
void |
setB(int b) |
void |
setColorname(String colorname) |
void |
setColorpaletteuuid(UUID colorpaletteuuid) |
void |
setG(int g) |
void |
setHex(int hex) |
void |
setHexcode(String hexcode) |
void |
setR(int r) |
void |
setRgbcode(String rgbcode) |
void |
setStatus(String status) |
public UUID getColorpaletteuuid()
public void setColorpaletteuuid(UUID colorpaletteuuid)
colorpaletteuuid - the colorpaletteuuid to setpublic int getHex()
public void setHex(int hex)
hex - the hex to setpublic int getR()
public void setR(int r)
r - the r to setpublic int getG()
public void setG(int g)
g - the g to setpublic int getB()
public void setB(int b)
b - the b to setpublic String getColorname()
public void setColorname(String colorname)
colorname - the colorname to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic String getHexcode()
public void setHexcode(String hexcode)
hexcode - the hexcode to setpublic String getRgbcode()
public void setRgbcode(String rgbcode)
rgbcode - the rgbcode to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.