| 包 | flash.display |
| Class | public final class BitmapDataChannel |
| 继承 | BitmapDataChannel Object |
| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
调用某些方法时,您可以使用按位 OR 运算符 (|) 来合并 BitmapDataChannel 常数,从而指示多个颜色通道。
提供的 BitmapDataChannel 常数用作以下参数或属性的值:
flash.display.BitmapData.copyChannel() 方法的 sourceChannel 和 destChannel 参数flash.display.BitmapData.noise() 方法的 channelOptions 参数flash.filters.DisplacementMapFilter.componentX 和 flash.filters.DisplacementMapFilter.componentY 属性另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| ALPHA : uint = 8 []
Alpha 通道。 | BitmapDataChannel | ||
| BLUE : uint = 4 []
蓝色通道。 | BitmapDataChannel | ||
| GREEN : uint = 2 []
绿色通道。 | BitmapDataChannel | ||
| RED : uint = 1 []
红色通道。 | BitmapDataChannel | ||
| ALPHA | 常量 |
public static const ALPHA:uint = 8| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
Alpha 通道。
| BLUE | 常量 |
public static const BLUE:uint = 4| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
蓝色通道。
| GREEN | 常量 |
public static const GREEN:uint = 2| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
绿色通道。
| RED | 常量 |
public static const RED:uint = 1| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
红色通道。
当前页: http://livedocs.adobe.com/flex/3_cn/flash/display/BitmapDataChannel.html