Gjsify LogoGjsify Logo

This enumeration describes how the red, green and blue components of physical pixels on an output device are laid out.

Index

Enumeration Members

HORIZONTAL_BGR: number

The layout is horizontal, the order is BGR

HORIZONTAL_RGB: number

The layout is horizontal, the order is RGB

NONE: number

Not organized in this way

UNKNOWN: number

The layout is not known

VERTICAL_BGR: number

The layout is vertical, the order is BGR

VERTICAL_RGB: number

The layout is vertical, the order is RGB

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