패키지 | spark.core |
클래스 | public final class MaskType |
상속 | MaskType Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
maskType
property of the GraphicElement class.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
ALPHA : String = "alpha" [정적]
The mask respects opacity and uses the strokes and bitmap filters of the mask. | MaskType | ||
CLIP : String = "clip" [정적]
The mask either displays the pixel or does not. | MaskType | ||
LUMINOSITY : String = "luminosity" [정적]
The mask respects both opacity and RGB color values and
uses the strokes and bitmap filters of the mask. | MaskType |
상수 세부 정보
ALPHA | 상수 |
public static const ALPHA:String = "alpha"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The mask respects opacity and uses the strokes and bitmap filters of the mask.
CLIP | 상수 |
public static const CLIP:String = "clip"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The mask either displays the pixel or does not. Strokes and bitmap filters are not used.
LUMINOSITY | 상수 |
public static const LUMINOSITY:String = "luminosity"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The mask respects both opacity and RGB color values and uses the strokes and bitmap filters of the mask.
Tue Jun 12 2018, 03:17 PM Z