Pacchetto | spark.core |
Classe | public final class MaskType |
Ereditarietà | MaskType Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
maskType
property of the GraphicElement class.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
ALPHA : String = "alpha" [statico]
The mask respects opacity and uses the strokes and bitmap filters of the mask. | MaskType | ||
CLIP : String = "clip" [statico]
The mask either displays the pixel or does not. | MaskType | ||
LUMINOSITY : String = "luminosity" [statico]
The mask respects both opacity and RGB color values and
uses the strokes and bitmap filters of the mask. | MaskType |
Descrizione delle costanti
ALPHA | Costante |
public static const ALPHA:String = "alpha"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The mask respects opacity and uses the strokes and bitmap filters of the mask.
CLIP | Costante |
public static const CLIP:String = "clip"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The mask either displays the pixel or does not. Strokes and bitmap filters are not used.
LUMINOSITY | Costante |
public static const LUMINOSITY:String = "luminosity"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni 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.
Tue Jun 12 2018, 02:44 PM Z