:right-sidebar: True SubpixelLayout =================================================================== .. currentmodule:: gi.repository.Gdk .. class:: SubpixelLayout :no-contents-entry: This enumeration describes how the red, green and blue components of physical pixels on an output device are laid out. Fields ------ .. rst-class:: interim-class .. class:: SubpixelLayout :no-index: .. attribute:: HORIZONTAL_BGR The layout is horizontal, the order is BGR .. attribute:: HORIZONTAL_RGB The layout is horizontal, the order is RGB .. attribute:: NONE Not organized in this way .. attribute:: UNKNOWN The layout is not known .. attribute:: VERTICAL_BGR The layout is vertical, the order is BGR .. attribute:: VERTICAL_RGB The layout is vertical, the order is RGB