Module Wl_output.Subpixel
Subpixel geometry information.
This enumeration describes how the physical pixels on an output are laid out.
type t =
| Unknown : t
| None : t
| Horizontal_rgb : t
| Horizontal_bgr : t
| Vertical_rgb : t
| Vertical_bgr : t
val to_int32 : t -> int32
val of_int32 : int32 -> t