Method

GdkRGBAis_opaque

Declaration [src]

gboolean
gdk_rgba_is_opaque (
  const GdkRGBA* rgba
)

Description [src]

Checks if an rgba value is opaque.

That is, drawing with the value will not retain any results from previous contents.

Return value

Type: gboolean

TRUE if the rgba is opaque.