Method

GdkRGBAis_clear

Declaration [src]

gboolean
gdk_rgba_is_clear (
  const GdkRGBA* rgba
)

Description [src]

Checks if an rgba value is transparent.

That is, drawing with the value would not produce any change.

Return value

Type: gboolean

TRUE if the rgba is clear.