Handbook
Glossary
cogl_read_pixels ( x y width height source format pixels -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
x
an
object
y
an
object
width
an
object
height
an
object
source
an
object
format
an
object
pixels
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_read_pixels
(
gint
x,
gint
y,
gint
width,
gint
height,
CoglReadPixelsFlags
source,
CoglPixelFormat
format,
guint8
pixels )