java.lang.Object
com.github.mbelling.ws281x.Color
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
buildColour
(int red, int green, int blue) int
getBlue()
long
int
getGreen()
int
getRed()
-
Field Details
-
WHITE
-
LIGHT_GRAY
-
GRAY
-
DARK_GRAY
-
BLACK
-
RED
-
PINK
-
ORANGE
-
YELLOW
-
GREEN
-
MAGENTA
-
CYAN
-
BLUE
-
-
Constructor Details
-
Color
public Color(long color) -
Color
public Color(int red, int green, int blue)
-
-
Method Details
-
buildColour
public static long buildColour(int red, int green, int blue) -
getRed
public int getRed() -
getGreen
public int getGreen() -
getBlue
public int getBlue() -
getColorBits
public long getColorBits()
-