| Pacote | flash.display |
| Classe | public final class BitmapDataChannel |
| Herança | BitmapDataChannel Object |
When you call some methods, you can use the bitwise OR operator (|)
to combine BitmapDataChannel constants to indicate multiple color channels.
The BitmapDataChannel constants are provided for use as values in the following:
sourceChannel and destChannel parameters of the
flash.display.BitmapData.copyChannel() methodchannelOptions parameter of the
flash.display.BitmapData.noise() methodflash.filters.DisplacementMapFilter.componentX and
flash.filters.DisplacementMapFilter.componentY propertiesVeja também
| Constante | Definido por | ||
|---|---|---|---|
| ALPHA : uint = 8 [static]
The alpha channel.
| BitmapDataChannel | ||
| BLUE : uint = 4 [static]
The blue channel.
| BitmapDataChannel | ||
| GREEN : uint = 2 [static]
The green channel.
| BitmapDataChannel | ||
| RED : uint = 1 [static]
The red channel.
| BitmapDataChannel | ||
| ALPHA | Constante |
public static const ALPHA:uint = 8
The alpha channel.
| BLUE | Constante |
public static const BLUE:uint = 4
The blue channel.
| GREEN | Constante |
public static const GREEN:uint = 2
The green channel.
| RED | Constante |
public static const RED:uint = 1
The red channel.