Method

ClutterColorhash

Declaration [src]

guint
clutter_color_hash (
  gconstpointer v
)

Description [src]

Converts a ClutterColor to a hash value.

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

Available since:1.0

Return value

Returns: guint
 

A hash value corresponding to the color.