Gjsify LogoGjsify Logo

A set of values that describe the manner in which the pixel values for a visual are converted into RGB values for display.

Index

Enumeration Members

DIRECT_COLOR: number

Each pixel value contains red, green, and blue components as for %GDK_VISUAL_TRUE_COLOR, but the components are mapped via a color table into the final output table instead of being converted directly.

GRAYSCALE: number

Each pixel is an index into a color map that maps pixel values into grayscale values. The color map can be changed by an application.

PSEUDO_COLOR: number

Each pixel is an index into a color map that maps pixel values into rgb values. The color map can be changed by an application.

STATIC_COLOR: number

Each pixel value is an index into a predefined, unmodifiable color map that maps pixel values into RGB values.

STATIC_GRAY: number

Each pixel value indexes a grayscale value directly.

TRUE_COLOR: number

Each pixel value directly contains red, green, and blue components. Use gdk_visual_get_red_pixel_details(), etc, to obtain information about how the components are assembled into a pixel value.

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