Schnittstelle SubpixelLayout


public interface SubpixelLayout
  • Feldübersicht Linksymbol

    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 Linksymbol

    • UNKNOWN Linksymbol

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

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

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

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

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

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