Method

ClutterColorequal

Declaration [src]

gboolean
clutter_color_equal (
  gconstpointer v1,
  gconstpointer v2
)

Description [src]

Compares two ClutterColors and checks if they are the same.

This function can be passed to g_hash_table_new() as the key_equal_func parameter, when using ClutterColors as keys in a GHashTable.

Available since:0.2

Parameters

v2 ClutterColor
 

A ClutterColor.

Return value

Returns: gboolean
 

TRUE if the two colors are the same.