Enumeration (GI Enum)

Gdk-3.0GdkSubpixelLayoutSince 3.22

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

3.22

Index

Enumeration Members

HORIZONTAL_BGR: number

The layout is horizontal, the order is BGR

HORIZONTAL_RGB: number

The layout is horizontal, the order is RGB

NONE: number

Not organized in this way

UNKNOWN: number

The layout is not known

VERTICAL_BGR: number

The layout is vertical, the order is BGR

VERTICAL_RGB: number

The layout is vertical, the order is RGB

Variables

$gtype