套件 | 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:47 PM Z