Package ch.bailu.gtk.gsk
Schnittstelle BlendMode
public interface BlendMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intCreates a color with the hue and saturation of the source color and the luminosity of the destination colorstatic final intDarkens the destination color to reflect the source colorstatic final intBrightens the destination color to reflect the source colorstatic final intSelects the darker of the destination and source colorsstatic final intThe default blend mode, which specifies no blendingstatic final intSubtracts the darker of the two constituent colors from the lighter colorstatic final intProduces an effect similar to that of the difference mode but lower in contraststatic final intMultiplies or screens the colors, depending on the source color valuestatic final intCreates a color with the hue of the source color and the saturation and luminosity of the destination colorstatic final intSelects the lighter of the destination and source colorsstatic final intCreates a color with the luminosity of the source color and the hue and saturation of the destination colorstatic final intThe source color is multiplied by the destination
and replaces the destinationstatic final intMultiplies or screens the colors, depending on the
destination color value.static final intCreates a color with the saturation of the source color and the hue and luminosity of the destination colorstatic final intMultiplies the complements of the destination and source
color values, then complements the result.static final intDarkens or lightens the colors, depending on the source color value
-
Felddetails
-
DEFAULT
static final int DEFAULTThe default blend mode, which specifies no blending- Siehe auch:
-
MULTIPLY
static final int MULTIPLYThe source color is multiplied by the destination
and replaces the destination- Siehe auch:
-
SCREEN
static final int SCREENMultiplies the complements of the destination and source
color values, then complements the result.- Siehe auch:
-
OVERLAY
static final int OVERLAYMultiplies or screens the colors, depending on the
destination color value. This is the inverse of hard-list- Siehe auch:
-
DARKEN
static final int DARKENSelects the darker of the destination and source colors- Siehe auch:
-
LIGHTEN
static final int LIGHTENSelects the lighter of the destination and source colors- Siehe auch:
-
COLOR_DODGE
static final int COLOR_DODGEBrightens the destination color to reflect the source color- Siehe auch:
-
COLOR_BURN
static final int COLOR_BURNDarkens the destination color to reflect the source color- Siehe auch:
-
HARD_LIGHT
static final int HARD_LIGHTMultiplies or screens the colors, depending on the source color value- Siehe auch:
-
SOFT_LIGHT
static final int SOFT_LIGHTDarkens or lightens the colors, depending on the source color value- Siehe auch:
-
DIFFERENCE
static final int DIFFERENCESubtracts the darker of the two constituent colors from the lighter color- Siehe auch:
-
EXCLUSION
static final int EXCLUSIONProduces an effect similar to that of the difference mode but lower in contrast- Siehe auch:
-
COLOR
static final int COLORCreates a color with the hue and saturation of the source color and the luminosity of the destination color- Siehe auch:
-
HUE
static final int HUECreates a color with the hue of the source color and the saturation and luminosity of the destination color- Siehe auch:
-
SATURATION
static final int SATURATIONCreates a color with the saturation of the source color and the hue and luminosity of the destination color- Siehe auch:
-
LUMINOSITY
static final int LUMINOSITYCreates a color with the luminosity of the source color and the hue and saturation of the destination color- Siehe auch:
-