Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.8.8)
gdkPixbufGetHasAlpha: gdkPixbufGetHasAlpha
Description
Queries whether a pixbuf has an alpha channel (opacity information).
Usage
gdkPixbufGetHasAlpha(object)
Arguments
object
[
GdkPixbuf
] A pixbuf.
Value
[logical]
TRUE
if it has an alpha channel,
FALSE
otherwise.