Package | flash.display |
Class | public final class BitmapDataChannel |
Inheritance | BitmapDataChannel Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
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:
- The
sourceChannel
anddestChannel
parameters of theflash.display.BitmapData.copyChannel()
method - The
channelOptions
parameter of theflash.display.BitmapData.noise()
method - The
flash.filters.DisplacementMapFilter.componentX
andflash.filters.DisplacementMapFilter.componentY
properties
Related API Elements
flash.display.BitmapData.copyChannel()
flash.display.BitmapData.noise()
flash.filters.DisplacementMapFilter.componentX
flash.filters.DisplacementMapFilter.componentY
flash.display.BitmapData.noise()
flash.filters.DisplacementMapFilter.componentX
flash.filters.DisplacementMapFilter.componentY
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
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 |
Constant Detail
ALPHA | Constant |
public static const ALPHA:uint = 8
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
The alpha channel.
BLUE | Constant |
public static const BLUE:uint = 4
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
The blue channel.
GREEN | Constant |
public static const GREEN:uint = 2
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
The green channel.
RED | Constant |
public static const RED:uint = 1
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
The red channel.
Thu Dec 6 2018, 01:12 PM -08:00