Method

GdkRGBAequal

since: 3.0

Declaration [src]

gboolean
gdk_rgba_equal (
  gconstpointer p1,
  gconstpointer p2
)

Description [src]

Compares two RGBA colors.

Available since: 3.0

Parameters

p2

Type: GdkRGBA

Another GdkRGBA pointer.

Return value

Type: gboolean

TRUE if the two colors compare equal.