gdkPixbufGetHasAlpha {RGtk2}R Documentation

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]