Package: gdk

GEnum gdk:subpixel-layout

Declaration

(gobject:define-genum "GdkSubpixelLayout" subpixel-layout
  (:export t
   :type-initializer "gdk_subpixel_layout_get_type")
  (:unknown 0)
  (:none 1)
  (:horizontal-rgb 2)
  (:horizontal-bgr 3)
  (:vertical-rgb 3)
  (:vertical-brg 4))  

Values

:unknown
The layout is not known.
:none
Not organized in this way.
:horizontal-rgb
The layout is horizontal, the order is RGB.
:horizontal-bgr
The layout is horizontal, the order is BGR.
:vertical-rgb
The layout is vertical, the order is RGB.
:vertical-bgr
The layout is vertical, the order is BGR.

Details

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

See also

2024-5-26