Packagede.popforge.imageprocessing.core
Classpublic final class ImageChannel

The ImageChannel class is an enumeration of constant values that indicate which channel to use: binary, gray, red, blue, green, or alpha.



Public Constants
 ConstantDefined 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
Constant detail
ALPHAconstant
public static const ALPHA:int = 3

The alpha channel.

BINARYconstant 
public static const BINARY:int = 0

The binary channel.

BLUEconstant 
public static const BLUE:int = 2

The blue channel.

GRAYconstant 
public static const GRAY:int = 0

The gray channel.

GREENconstant 
public static const GREEN:int = 1

The green channel.

REDconstant 
public static const RED:int = 0

The red channel.