|
SunSPOT API V6.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.spot.resources.transducers.LEDColor
com.sun.spot.sensorboard.peripheral.LEDColor
LEDColor instead
public class LEDColor
Color class to be used by TriColorLED. Overloaded as a container for some static definitions of regularly used colors.
| Field Summary | |
|---|---|
static LEDColor |
BLUE
Deprecated. standard definition of the color blue |
static LEDColor |
CHARTREUSE
Deprecated. standard definition of the color chartreuse |
static LEDColor |
CYAN
Deprecated. standard definition of the color cyan |
static LEDColor |
GREEN
Deprecated. standard definition of the color green |
static LEDColor |
MAGENTA
Deprecated. standard definition of the color magenta |
static LEDColor |
MAUVE
Deprecated. standard definition of the color mauve |
static LEDColor |
ORANGE
Deprecated. non-standard definition of the color orange (color corrected for LEDs) |
static LEDColor |
PUCE
Deprecated. standard definition of the color puce |
static LEDColor |
RED
Deprecated. standard definition of the color red |
static LEDColor |
TURQUOISE
Deprecated. standard definition of the color turquoise |
static LEDColor |
WHITE
Deprecated. standard definition of the color white |
static LEDColor |
YELLOW
Deprecated. non-standard definition of the color yellow (color corrected for LEDs) |
| Constructor Summary | |
|---|---|
LEDColor(int r,
int g,
int b)
Deprecated. Creates a new instance of LEDColor |
|
| Method Summary |
|---|
| Methods inherited from class com.sun.spot.resources.transducers.LEDColor |
|---|
blue, equals, green, hashCode, red, setBlue, setGreen, setRed, setRGB |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final LEDColor RED
public static final LEDColor GREEN
public static final LEDColor BLUE
public static final LEDColor CYAN
public static final LEDColor MAGENTA
public static final LEDColor YELLOW
public static final LEDColor TURQUOISE
public static final LEDColor PUCE
public static final LEDColor MAUVE
public static final LEDColor CHARTREUSE
public static final LEDColor ORANGE
public static final LEDColor WHITE
| Constructor Detail |
|---|
public LEDColor(int r,
int g,
int b)
r - initial values of the red value, range 0-255g - initial values of the green value, range 0-255b - initial values of the blue value, range 0-255
|
SunSPOT API V6.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||