Sun SPOT API
Green Release  


com.sun.spot.sensorboard.peripheral
Class LEDColor

java.lang.Object
  extended by com.sun.spot.sensorboard.peripheral.LEDColor

public class LEDColor
extends Object

Color class to be used by TriColorLED. Overloaded as a container for some static definitions of regularly used colors.

Author:
arshan

Field Summary
static LEDColor BLUE
          standard definition of the color blue
static LEDColor CHARTREUSE
          standard definition of the color chartreuse
static LEDColor CYAN
          standard definition of the color cyan
static LEDColor GREEN
          standard definition of the color green
static LEDColor MAGENTA
          standard definition of the color magenta
static LEDColor MAUVE
          standard definition of the color mauve
static LEDColor PUCE
          standard definition of the color puce
static LEDColor RED
          standard definition of the color red
static LEDColor TURQUOISE
          standard definition of the color turquoise
static LEDColor YELLOW
          standard definition of the color yellow
 
Constructor Summary
LEDColor(int r, int g, int b)
          Creates a new instance of LEDColor
 
Method Summary
 int blue()
           
 boolean equals(LEDColor clr)
           
 int green()
           
 int red()
          return the value of the red portion of this color
 void setBlue(int val)
           
 void setGreen(int val)
           
 void setRed(int val)
           
 void setRGB(int r, int g, int b)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RED

public static final LEDColor RED
standard definition of the color red


GREEN

public static final LEDColor GREEN
standard definition of the color green


BLUE

public static final LEDColor BLUE
standard definition of the color blue


CYAN

public static final LEDColor CYAN
standard definition of the color cyan


MAGENTA

public static final LEDColor MAGENTA
standard definition of the color magenta


YELLOW

public static final LEDColor YELLOW
standard definition of the color yellow


TURQUOISE

public static final LEDColor TURQUOISE
standard definition of the color turquoise


PUCE

public static final LEDColor PUCE
standard definition of the color puce


MAUVE

public static final LEDColor MAUVE
standard definition of the color mauve


CHARTREUSE

public static final LEDColor CHARTREUSE
standard definition of the color chartreuse

Constructor Detail

LEDColor

public LEDColor(int r,
                int g,
                int b)
Creates a new instance of LEDColor

Parameters:
r - initial values of the red value, range 0-255
g - initial values of the green value, range 0-255
b - initial values of the blue value, range 0-255
Method Detail

red

public int red()
return the value of the red portion of this color

Returns:
value of the red portion of this color, range 0-255

green

public int green()

blue

public int blue()

setRGB

public void setRGB(int r,
                   int g,
                   int b)

setRed

public void setRed(int val)

setGreen

public void setGreen(int val)

setBlue

public void setBlue(int val)

equals

public boolean equals(LEDColor clr)

Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.