Pacote | spark.core |
Classe | public final class MaskType |
Herança | MaskType Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
maskType
property of the GraphicElement class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ALPHA : String = "alpha" [estático]
The mask respects opacity and uses the strokes and bitmap filters of the mask. | MaskType | ||
CLIP : String = "clip" [estático]
The mask either displays the pixel or does not. | MaskType | ||
LUMINOSITY : String = "luminosity" [estático]
The mask respects both opacity and RGB color values and
uses the strokes and bitmap filters of the mask. | MaskType |
Detalhes da constante
ALPHA | Constante |
public static const ALPHA:String = "alpha"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The mask respects opacity and uses the strokes and bitmap filters of the mask.
CLIP | Constante |
public static const CLIP:String = "clip"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The mask either displays the pixel or does not. Strokes and bitmap filters are not used.
LUMINOSITY | Constante |
public static const LUMINOSITY:String = "luminosity"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | 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.
Wed Jun 13 2018, 11:10 AM Z