套件 | flash.display |
類別 | public final class BitmapDataChannel |
繼承 | BitmapDataChannel Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 1.0, Flash Player 9, Flash Lite 4 |
當您呼叫某些方法時,可以使用位元 OR 運算子 (|
) 來結合 BitmapDataChannel 常數,以便指出多個顏色色版。
BitmapDataChannel 常數可於下列範例中做為數值使用:
-
flash.display.BitmapData.copyChannel()
方法的sourceChannel
與destChannel
參數 -
flash.display.BitmapData.noise()
方法的channelOptions
參數 -
flash.filters.DisplacementMapFilter.componentX
與flash.filters.DisplacementMapFilter.componentY
屬性
相關 API 元素
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
公用常數
常數 | 定義自 | ||
---|---|---|---|
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 |
執行階段版本: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Alpha 色版。
BLUE | 常數 |
public static const BLUE:uint = 4
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 1.0, Flash Player 9, Flash Lite 4 |
藍色色版。
GREEN | 常數 |
public static const GREEN:uint = 2
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 1.0, Flash Player 9, Flash Lite 4 |
綠色色版。
RED | 常數 |
public static const RED:uint = 1
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 1.0, Flash Player 9, Flash Lite 4 |
紅色色版。
Tue Jun 12 2018, 03:47 PM Z