gdkPixbufRenderThresholdAlpha {RGtk2} | R Documentation |
Takes the opacity values in a rectangular portion of a pixbuf and thresholds them to produce a bi-level alpha mask that can be used as a clipping mask for a drawable.
gdkPixbufRenderThresholdAlpha(object, bitmap, src.x, src.y, dest.x, dest.y, width = -1, height = -1, alpha.threshold)
|
[GdkPixbuf ] A pixbuf. |
|
[GdkBitmap ] Bitmap where the bilevel mask will be painted to. |
|
[integer] Source X coordinate. |
|
[integer] source Y coordinate. |
|
[integer] Destination X coordinate. |
|
[integer] Destination Y coordinate. |
|
[integer] Width of region to threshold, or -1 to use pixbuf width |
|
[integer] Height of region to threshold, or -1 to use pixbuf height |
|
[integer] Opacity values below this will be painted as zero; all other values will be painted as one. |
Derived by RGtkGen from GTK+ documentation