| 패키지 | 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]
알파 채널입니다.
| 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_kr/ActionScriptLangRefV3/flash/display/BitmapDataChannel.html