Handbook
Glossary
gdk_pixbuf_render_threshold_alpha ( pixbuf bitmap src_x src_y dest_x dest_y width height alpha_threshold -- )
Vocabulary
gdk2
.
ffi
Inputs
pixbuf
an
object
bitmap
an
object
src_x
an
object
src_y
an
object
dest_x
an
object
dest_y
an
object
width
an
object
height
an
object
alpha_threshold
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gdk2.pixbuf.ffi
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
void
gdk_pixbuf_render_threshold_alpha
( GdkPixbuf* pixbuf, GdkBitmap* bitmap,
gint
src_x,
gint
src_y,
gint
dest_x,
gint
dest_y,
gint
width,
gint
height,
gint
alpha_threshold )