Module: Gdk::SubpixelLayout

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN =

The layout is not known

0 or :unknown
NONE =

Not organized in this way

1 or :none
HORIZONTAL_RGB =

The layout is horizontal, the order is RGB

2 or :horizontal_rgb
HORIZONTAL_BGR =

The layout is horizontal, the order is BGR

3 or :horizontal_bgr
VERTICAL_RGB =

The layout is vertical, the order is RGB

4 or :vertical_rgb
VERTICAL_BGR =

The layout is vertical, the order is BGR

5 or :vertical_bgr