Method
ClutterColorto_pixel
Declaration [src]
guint32
clutter_color_to_pixel (
const ClutterColor* color
)
Description [src]
Converts color
into a packed 32 bit integer, containing
all the four 8 bit channels used by ClutterColor
.