Description Usage Arguments Details Value Author(s)
Creates a pixmap and a mask bitmap which are returned in the pixmap.return
and mask.return
arguments, respectively, and renders a pixbuf and its
corresponding tresholded alpha mask to them. This is merely a convenience
function; applications that need to render pixbufs with dither offsets or to
given drawables should use gdkDrawPixbuf
, and gdkPixbufRenderThresholdAlpha
.
1 | gdkPixbufRenderPixmapAndMaskForColormap(object, colormap, alpha.threshold = 127)
|
|
A pixbuf. |
|
A |
|
Threshold value for opacity values. |
The pixmap that is created uses the GdkColormap
specified by colormap
.
This colormap must match the colormap of the window where the pixmap
will eventually be used or an error will result.
If the pixbuf does not have an alpha channel, then *mask.return
will be set
to NULL
.
A list containing the following elements:
|
Location to store a pointer to the created pixmap,
or |
|
Location to store a pointer to the created mask,
or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.