| 包 | flash.display |
| 类 | public final class BitmapDataChannel |
| 继承 | BitmapDataChannel Object |
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | 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 [static]
Alpha 通道。
| BitmapDataChannel | ||
| BLUE : uint = 4 [static]
蓝色通道。
| BitmapDataChannel | ||
| GREEN : uint = 2 [static]
绿色通道。
| BitmapDataChannel | ||
| RED : uint = 1 [static]
红色通道。
| BitmapDataChannel | ||
| ALPHA | 常量 |
| BLUE | 常量 |
| GREEN | 常量 |
| RED | 常量 |
当前页: http://livedocs.adobe.com/flash/9.0_cn/ActionScriptLangRefV3/flash/display/BitmapDataChannel.html