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
  Show / Hide Inherited methods, properties and signals
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, 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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:27 GMT+0800 (HKT)