Import line: | GdkPixbuf = imports.gi.GdkPixbuf; |
GIR File: | GdkPixbuf-2.0.gir |
C documentation: | GdkColorspace |
Enum : | Colorspace |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GdkPixbuf.Colorspace.RGB : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GdkPixbuf.Pixbuf
Property |
colorspace : GdkPixbuf.Colorspace
|
GdkPixbuf.Pixbuf
Method |
new GdkPixbuf.Pixbuf.c_new
(Colorspace colorspace, Boolean has_alpha, Number bits_per_sample, Number width, Number height)
:
GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
|
GdkPixbuf.Pixbuf
Method |
new GdkPixbuf.Pixbuf.from_data
(String data, Colorspace colorspace, Boolean has_alpha, Number bits_per_sample, Number width, Number height, Number rowstride, Function destroy_fn, void* destroy_fn_data)
:
GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
|
GdkPixbuf.Pixbuf
Method |
get_colorspace
()
:
GdkPixbuf.Colorspace
Queries the color space of a pixbuf.
|