Schnittstelle SubpixelLayout


public interface SubpixelLayout
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The layout is horizontal, the order is BGR
    static final int
    The layout is horizontal, the order is RGB
    static final int
    Not organized in this way
    static final int
    The layout is not known
    static final int
    The layout is vertical, the order is BGR
    static final int
    The layout is vertical, the order is RGB
  • Felddetails

    • UNKNOWN

      static final int UNKNOWN
      The layout is not known
      Siehe auch:
    • NONE

      static final int NONE
      Not organized in this way
      Siehe auch:
    • HORIZONTAL_RGB

      static final int HORIZONTAL_RGB
      The layout is horizontal, the order is RGB
      Siehe auch:
    • HORIZONTAL_BGR

      static final int HORIZONTAL_BGR
      The layout is horizontal, the order is BGR
      Siehe auch:
    • VERTICAL_RGB

      static final int VERTICAL_RGB
      The layout is vertical, the order is RGB
      Siehe auch:
    • VERTICAL_BGR

      static final int VERTICAL_BGR
      The layout is vertical, the order is BGR
      Siehe auch: