SubPixelOrder

enum SubPixelOrder : Enum<SubPixelOrder>

The sub pixel order specifies the order of color elements within each pixel on the display device when rendering with an anti aliasing mode of AntiAliasType.SUBPIXEL.

Entries

UNKNOWN
Link copied to clipboard
common
Unrecognized sub pixel order.
VRGB
Link copied to clipboard
common
Subpixel elements are arranged vertically with red at the top.
BGR
Link copied to clipboard
common
BGR()
Subpixel elements are arranged horizontally with blue at the left.
RGB
Link copied to clipboard
common
RGB()
Subpixel elements are arranged horizontally with red at the left.
DEFAULT
Link copied to clipboard
common
Use the default subpixel order for for the target device

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int