| Package | de.popforge.imageprocessing.core |
| Class | public final class ImageChannel |
| Constant | Defined by | ||
|---|---|---|---|
| ALPHA : int = 3 [static] The alpha channel.
| ImageChannel | ||
| BINARY : int = 0 [static] The binary channel.
| ImageChannel | ||
| BLUE : int = 2 [static] The blue channel.
| ImageChannel | ||
| GRAY : int = 0 [static] The gray channel.
| ImageChannel | ||
| GREEN : int = 1 [static] The green channel.
| ImageChannel | ||
| RED : int = 0 [static] The red channel.
| ImageChannel | ||
| ALPHA | constant |
public static const ALPHA:int = 3The alpha channel.
| BINARY | constant |
public static const BINARY:int = 0The binary channel.
| BLUE | constant |
public static const BLUE:int = 2The blue channel.
| GRAY | constant |
public static const GRAY:int = 0The gray channel.
| GREEN | constant |
public static const GREEN:int = 1The green channel.
| RED | constant |
public static const RED:int = 0The red channel.