GdkPixdata

Undocumented in source.

Members

Variables

height
uint height;

Height of the image in pixels

length
int length;

less than 1 to disable length checks, otherwise GDK_PIXDATA_HEADER_LENGTH plus the length of pixel_data

magic
uint magic;

magic number. A valid GdkPixdata structure must have GDK_PIXBUF_MAGIC_NUMBER here

pixdataType
uint pixdataType;

information about colorspace, sample width and encoding, in a GdkPixdataType

pixelData
ubyte* pixelData;

width x height pixels, encoded according to pixdata_type and rowstride

rowstride
uint rowstride;

Distance in bytes between rows

width
uint width;

Width of the image in pixels

Meta