gdkPixbufNew
Creates a new GdkPixbuf
structure and allocates a buffer for it. The
buffer has an optimal rowstride. Note that the buffer is not cleared;
you will have to fill it completely yourself.
gdkPixbufNew(colorspace, has.alpha, bits.per.sample, width, height)
|
Color space for image |
|
Whether the image should have transparency information |
|
Number of bits per color sample |
|
Width of image in pixels, must be > 0 |
|
Height of image in pixels, must be > 0 |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.