Back to Seed Clases

GdkPixbuf


Classes

Interfaces

Structs

Unions

Enums

Enum GdkPixbuf.Colorspace

Import line: GdkPixbuf = imports.gi.GdkPixbuf;
GIR File: GdkPixbuf-2.0.gir
C documentation: GdkColorspace
Enum : Colorspace
This enumeration defines the color spaces that are supported by
the &gdk-pixbuf; library. Currently only RGB is supported.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GdkPixbuf.Pixbuf
Property
colorspace : GdkPixbuf.Colorspace
GdkPixbuf.Pixbuf
Method
new GdkPixbuf.Pixbuf.c_new (Colorspace colorspace, gboolean has_alpha, gint32 bits_per_sample, gint32 width, gint32 height) : GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
GdkPixbuf.Pixbuf
Method
new GdkPixbuf.Pixbuf.from_data (String data, Colorspace colorspace, gboolean has_alpha, gint32 bits_per_sample, gint32 width, gint32 height, gint32 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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:03 GMT+0800 (HKT)