Handbook
Glossary
cogl_pixel_array_new_with_size_EXP ( width height format stride -- CoglPixelArray* )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
width
an
object
height
an
object
format
an
object
stride
an
object
Outputs
CoglPixelArray*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
CoglPixelArray*
cogl_pixel_array_new_with_size_EXP
(
guint
width,
guint
height,
CoglPixelFormat
format,
guint
stride )