Schnittstelle MaskMode


public interface MaskMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Use the alpha channel of the mask
    static final int
    Use the inverted alpha channel of the mask
    static final int
    Use the inverted luminance of the mask,
    multiplied by mask alpha
    static final int
    Use the luminance of the mask,
    multiplied by mask alpha
  • Felddetails

    • ALPHA

      static final int ALPHA
      Use the alpha channel of the mask
      Siehe auch:
    • INVERTED_ALPHA

      static final int INVERTED_ALPHA
      Use the inverted alpha channel of the mask
      Siehe auch:
    • LUMINANCE

      static final int LUMINANCE
      Use the luminance of the mask,
      multiplied by mask alpha
      Siehe auch:
    • INVERTED_LUMINANCE

      static final int INVERTED_LUMINANCE
      Use the inverted luminance of the mask,
      multiplied by mask alpha
      Siehe auch: