features.color
Class Channel

java.lang.Object
  extended by features.color.Channel

public class Channel
extends java.lang.Object


Field Summary
static int B
           
static int Brightness
           
static int BY
           
static int DB
           
static int G
           
static int Hue
           
static int R
           
static int RG
           
static int Saturation
           
 
Constructor Summary
Channel()
           
 
Method Summary
static float[] convert(int channel, int[] pixels)
           
static java.lang.String toString(int channel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

R

public static final int R
See Also:
Constant Field Values

G

public static final int G
See Also:
Constant Field Values

B

public static final int B
See Also:
Constant Field Values

DB

public static final int DB
See Also:
Constant Field Values

RG

public static final int RG
See Also:
Constant Field Values

BY

public static final int BY
See Also:
Constant Field Values

Hue

public static final int Hue
See Also:
Constant Field Values

Saturation

public static final int Saturation
See Also:
Constant Field Values

Brightness

public static final int Brightness
See Also:
Constant Field Values
Constructor Detail

Channel

public Channel()
Method Detail

convert

public static float[] convert(int channel,
                              int[] pixels)

toString

public static java.lang.String toString(int channel)