Class fever.display.style.BitmapDataChannel

Description

Enumeration of constant values that indicate which channel to use: red, blue, green, or alpha transparency.

Field Index

ALPHA, BLUE, GREEN, RED

Field Detail

ALPHA

static public ALPHA:Number
the alpha channel.

BLUE

static public BLUE:Number
the blue channel.

GREEN

static public GREEN:Number
the green channel.

RED

static public RED:Number
the red channel.