Schnittstelle BlendMode


public interface BlendMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Creates a color with the hue and saturation of the source color and the luminosity of the destination color
    static final int
    Darkens the destination color to reflect the source color
    static final int
    Brightens the destination color to reflect the source color
    static final int
    Selects the darker of the destination and source colors
    static final int
    The default blend mode, which specifies no blending
    static final int
    Subtracts the darker of the two constituent colors from the lighter color
    static final int
    Produces an effect similar to that of the difference mode but lower in contrast
    static final int
    Multiplies or screens the colors, depending on the source color value
    static final int
    Creates a color with the hue of the source color and the saturation and luminosity of the destination color
    static final int
    Selects the lighter of the destination and source colors
    static final int
    Creates a color with the luminosity of the source color and the hue and saturation of the destination color
    static final int
    The source color is multiplied by the destination
    and replaces the destination
    static final int
    Multiplies or screens the colors, depending on the
    destination color value.
    static final int
    Creates a color with the saturation of the source color and the hue and luminosity of the destination color
    static final int
    Multiplies the complements of the destination and source
    color values, then complements the result.
    static final int
    Darkens or lightens the colors, depending on the source color value
  • Felddetails

    • DEFAULT

      static final int DEFAULT
      The default blend mode, which specifies no blending
      Siehe auch:
    • MULTIPLY

      static final int MULTIPLY
      The source color is multiplied by the destination
      and replaces the destination
      Siehe auch:
    • SCREEN

      static final int SCREEN
      Multiplies the complements of the destination and source
      color values, then complements the result.
      Siehe auch:
    • OVERLAY

      static final int OVERLAY
      Multiplies or screens the colors, depending on the
      destination color value. This is the inverse of hard-list
      Siehe auch:
    • DARKEN

      static final int DARKEN
      Selects the darker of the destination and source colors
      Siehe auch:
    • LIGHTEN

      static final int LIGHTEN
      Selects the lighter of the destination and source colors
      Siehe auch:
    • COLOR_DODGE

      static final int COLOR_DODGE
      Brightens the destination color to reflect the source color
      Siehe auch:
    • COLOR_BURN

      static final int COLOR_BURN
      Darkens the destination color to reflect the source color
      Siehe auch:
    • HARD_LIGHT

      static final int HARD_LIGHT
      Multiplies or screens the colors, depending on the source color value
      Siehe auch:
    • SOFT_LIGHT

      static final int SOFT_LIGHT
      Darkens or lightens the colors, depending on the source color value
      Siehe auch:
    • DIFFERENCE

      static final int DIFFERENCE
      Subtracts the darker of the two constituent colors from the lighter color
      Siehe auch:
    • EXCLUSION

      static final int EXCLUSION
      Produces an effect similar to that of the difference mode but lower in contrast
      Siehe auch:
    • COLOR

      static final int COLOR
      Creates a color with the hue and saturation of the source color and the luminosity of the destination color
      Siehe auch:
    • HUE

      static final int HUE
      Creates a color with the hue of the source color and the saturation and luminosity of the destination color
      Siehe auch:
    • SATURATION

      static final int SATURATION
      Creates a color with the saturation of the source color and the hue and luminosity of the destination color
      Siehe auch:
    • LUMINOSITY

      static final int LUMINOSITY
      Creates a color with the luminosity of the source color and the hue and saturation of the destination color
      Siehe auch: