패키지 | flash.display |
클래스 | public final class BitmapDataChannel |
상속 | BitmapDataChannel Object |
언어 버전: | ActionScript 3.0 |
런타임 버전: | AIR 1.0, Flash Player 9, Flash Lite 4 |
일부 메서드를 호출할 때 bitwise 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 [정적]
알파 채널입니다. | 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 |
알파 채널입니다.
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:17 PM Z