Function

Purplegdk_pixbuf_is_opaque

since: 3.0

Declaration [src]

gboolean
purple_gdk_pixbuf_is_opaque (
  GdkPixbuf* pixbuf
)

Description [src]

Returns TRUE if the GdkPixbuf is opaque, as determined by no alpha at any of the edge pixels.

Available since: 3.0

Parameters

pixbuf

Type: GdkPixbuf

The pixbuf.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the pixbuf is opaque around the edges, FALSE otherwise.