Method
CoglColorhash
Declaration [src]
guint
cogl_color_hash (
gconstpointer v
)
Description [src]
Converts a CoglColor
to a hash value.
This function can be passed to g_hash_table_new()
as the hash_func
parameter, when using CoglColor
s as keys in a GHashTable
.