Enumeration
GdkSubpixelLayout
since: 3.22
Description [src]
This enumeration describes how the red, green and blue components of physical pixels on an output device are laid out.
Available since: 3.22
Members
- 
            
GDK_SUBPIXEL_LAYOUT_UNKNOWN - 
            
The layout is not known.
- Value: 
0 - Available since: 3.22
 
 - Value: 
 - 
            
GDK_SUBPIXEL_LAYOUT_NONE - 
            
Not organized in this way.
- Value: 
1 - Available since: 3.22
 
 - Value: 
 - 
            
GDK_SUBPIXEL_LAYOUT_HORIZONTAL_RGB - 
            
The layout is horizontal, the order is RGB.
- Value: 
2 - Available since: 3.22
 
 - Value: 
 - 
            
GDK_SUBPIXEL_LAYOUT_HORIZONTAL_BGR - 
            
The layout is horizontal, the order is BGR.
- Value: 
3 - Available since: 3.22
 
 - Value: 
 - 
            
GDK_SUBPIXEL_LAYOUT_VERTICAL_RGB - 
            
The layout is vertical, the order is RGB.
- Value: 
4 - Available since: 3.22
 
 - Value: 
 - 
            
GDK_SUBPIXEL_LAYOUT_VERTICAL_BGR - 
            
The layout is vertical, the order is BGR.
- Value: 
5 - Available since: 3.22
 
 - Value: