Interface SubpixelLayout


public interface SubpixelLayout
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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
  • Field Details

    • UNKNOWN

      static final int UNKNOWN
      The layout is not known
      See Also:
    • NONE

      static final int NONE
      Not organized in this way
      See Also:
    • HORIZONTAL_RGB

      static final int HORIZONTAL_RGB
      The layout is horizontal, the order is RGB
      See Also:
    • HORIZONTAL_BGR

      static final int HORIZONTAL_BGR
      The layout is horizontal, the order is BGR
      See Also:
    • VERTICAL_RGB

      static final int VERTICAL_RGB
      The layout is vertical, the order is RGB
      See Also:
    • VERTICAL_BGR

      static final int VERTICAL_BGR
      The layout is vertical, the order is BGR
      See Also: