Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

bits_per_sample?: number

The number of bits per sample.

Currently only 8 bit per sample are supported.

colorspace?: GdkPixbuf.Colorspace

The color space of the pixbuf.

Currently, only GDK_COLORSPACE_RGB is supported.

has_alpha?: boolean

Whether the pixbuf has an alpha channel.

height?: number

The number of rows of the pixbuf.

n_channels?: number

The number of samples per pixel.

Currently, only 3 or 4 samples per pixel are supported.

pixel_bytes?: Bytes
pixels?: object

A pointer to the pixel data of the pixbuf.

rowstride?: number

The number of bytes between the start of a row and the start of the next row.

This number must (obviously) be at least as large as the width of the pixbuf.

width?: number

The number of columns of the pixbuf.

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