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.
Parameters
v2-
Type:
ClutterColorA
ClutterColor.