Package ch.bailu.gtk.gsk
Schnittstelle MaskMode
public interface MaskMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Use the alpha channel of the maskstatic final int
Use the inverted alpha channel of the maskstatic final int
Use the inverted luminance of the mask,
multiplied by mask alphastatic final int
Use the luminance of the mask,
multiplied by mask alpha
-
Felddetails
-
ALPHA
static final int ALPHAUse the alpha channel of the mask- Siehe auch:
-
INVERTED_ALPHA
static final int INVERTED_ALPHAUse the inverted alpha channel of the mask- Siehe auch:
-
LUMINANCE
static final int LUMINANCEUse the luminance of the mask,
multiplied by mask alpha- Siehe auch:
-
INVERTED_LUMINANCE
static final int INVERTED_LUMINANCEUse the inverted luminance of the mask,
multiplied by mask alpha- Siehe auch:
-