Gjsify LogoGjsify Logo

Some output devices (such as LCD panels) display colors by making each pixel consist of smaller "subpixels" that each have a particular color. By using knowledge of the layout of this subpixel components, it is possible to create image content with higher resolution than the pixel grid.

Index

Enumeration Members

HORIZONTAL_BGR: number

the device has horizontally arranged components in the order blue-green-red from left to right.

HORIZONTAL_RGB: number

the device has horizontally arranged components in the order red-green-blue from left to right.

NONE: number

the device displays colors without geometrically-separated subpixel components, or the positioning or colors of the components do not match any of the values in the enumeration.

UNKNOWN: number

the layout of subpixel components for the device is unknown.

VERTICAL_BGR: number

the device has vertically arranged components in the order blue-green-red from top to bottom.

VERTICAL_RGB: number

the device has vertically arranged components in the order red-green-blue from top to bottom.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method