SubpixelLayout

class SubpixelLayout

This enumeration describes how the red, green and blue components of physical pixels on an output device are laid out.

Fields

class SubpixelLayout
HORIZONTAL_BGR

The layout is horizontal, the order is BGR

HORIZONTAL_RGB

The layout is horizontal, the order is RGB

NONE

Not organized in this way

UNKNOWN

The layout is not known

VERTICAL_BGR

The layout is vertical, the order is BGR

VERTICAL_RGB

The layout is vertical, the order is RGB