Package ch.bailu.gtk.gsk
Schnittstelle MaskMode
public interface MaskMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intUse the alpha channel of the maskstatic final intUse the inverted alpha channel of the maskstatic final intUse the inverted luminance of the mask,
multiplied by mask alphastatic final intUse 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:
-