The subpixel order specifies the order of color elements within each pixel on the display device when rendering with an antialiasing mode of Cairo.Antialias.Subpixel.
Syntax
public enum SubpixelOrder
Remarks
Members
| Member Name | Description |
|---|
| Bgr | Subpixel elements are arranged horizontally with blue at the left |
| Default | Use the default subpixel order for for the target device |
| Rgb | Subpixel elements are arranged horizontally with red at the left |
| Vbgr | Subpixel elements are arranged vertically with blue at the top |
| Vrgb | Subpixel elements are arranged vertically with red at the top |
Requirements
Namespace: Cairo
Assembly: Mono.Cairo (in Mono.Cairo.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0