Method
CdkPixbufPixbuffill
Declaration [src]
void
cdk_pixbuf_fill (
CdkPixbuf* pixbuf,
guint32 pixel
)
Description [src]
Clears a pixbuf to the given RGBA value, converting the RGBA value into the pixbuf’s pixel format.
The alpha component will be ignored if the pixbuf doesn’t have an alpha channel.