包 | flash.display |
类 | public final class BitmapDataChannel |
继承 | BitmapDataChannel Object |
语言版本: | ActionScript 3.0 |
运行时版本: | 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 | 常量 |
BLUE | 常量 |
GREEN | 常量 |
RED | 常量 |