| Package | flash.display |
| Class | public final class BitmapDataChannel |
| Inheritance | BitmapDataChannel Object |
Methods를 호출할 때, 비트 단위의 OR 연산자 (|)를 사용해 BitmapDataChannel 정수를 결합하면, 복수의 칼라 채널을 지정할 수가 있습니다.
BitmapDataChannel 정수는, 다음과 같은 값으로 해서 사용됩니다.
flash.display.BitmapData.copyChannel() Methods의 sourceChannel Parameters 및 destChannel Parametersflash.display.BitmapData.noise() Methods의 channelOptions Parametersflash.filters.DisplacementMapFilter.componentX property 및 flash.filters.DisplacementMapFilter.componentY propertySee also
| 정수 | 정의 | ||
|---|---|---|---|
| ALPHA : uint = 8 [static]
알파 채널입니다.
| BitmapDataChannel | ||
| BLUE : uint = 4 [static]
파랑 채널입니다.
| BitmapDataChannel | ||
| GREEN : uint = 2 [static]
초록 채널입니다.
| BitmapDataChannel | ||
| RED : uint = 1 [static]
빨강 채널입니다.
| BitmapDataChannel | ||
| ALPHA | 정수 |
public static const ALPHA:uint = 8알파 채널입니다.
| BLUE | 정수 |
public static const BLUE:uint = 4파랑 채널입니다.
| GREEN | 정수 |
public static const GREEN:uint = 2초록 채널입니다.
| RED | 정수 |
public static const RED:uint = 1빨강 채널입니다.
코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트
현재의 페이지: http://flexdocs.kr/docs/flex2/langref/flash/display/BitmapDataChannel.html