Function
ClutterColorfrom_pixel
Declaration [src]
void
clutter_color_from_pixel (
ClutterColor* color,
guint32 pixel
)
Description [src]
Converts pixel from the packed representation of a four 8 bit channel
color to a ClutterColor.
Parameters
color |
ClutterColor |
Return location for a |
|
| The argument will be set by the function. | |
| The data is owned by the caller of the function. | |
pixel |
guint32 |
A 32 bit packed integer containing a color. |