Gjsify LogoGjsify Logo

An enumeration containing three sets of flags for a #GdkPixdata struct: one for the used colorspace, one for the width of the samples and one for the encoding of the pixel data.

bitfield

Index

Enumeration Members

COLOR_TYPE_MASK: number

mask for the colortype flags of the enum.

COLOR_TYPE_RGB: number

each pixel has red, green and blue samples.

COLOR_TYPE_RGBA: number

each pixel has red, green and blue samples and an alpha value.

ENCODING_MASK: number

mask for the encoding flags of the enum.

ENCODING_RAW: number

the pixel data is in raw form.

ENCODING_RLE: number

the pixel data is run-length encoded. Runs may be up to 127 bytes long; their length is stored in a single byte preceding the pixel data for the run. If a run is constant, its length byte has the high bit set and the pixel data consists of a single pixel which must be repeated.

SAMPLE_WIDTH_8: number

each sample has 8 bits.

SAMPLE_WIDTH_MASK: number

mask for the sample width flags of the enum.

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