Import line: | Cogl = imports.gi.Cogl; |
GIR File: | Cogl-1.0.gir |
C documentation: | CoglReadPixelsFlags |
Enum : | ReadPixelsFlags |
Properties | |
---|---|
guint32 Cogl.ReadPixelsFlags.COLOR_BUFFER : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Cogl
Method |
Cogl.read_pixels
(gint32 x, gint32 y, gint32 width, gint32 height, ReadPixelsFlags source, PixelFormat format, guint8 pixels)
:
none
This reads a rectangle of pixels from the current framebuffer where
position (0, 0) is the top left. |