Method
ClutterColorinit
Declaration [src]
ClutterColor*
clutter_color_init (
ClutterColor* color,
guint8 red,
guint8 green,
guint8 blue,
guint8 alpha
)
Parameters
red-
Type:
guint8Red component of the color, between 0 and 255
green-
Type:
guint8Green component of the color, between 0 and 255
blue-
Type:
guint8Blue component of the color, between 0 and 255
alpha-
Type:
guint8Alpha component of the color, between 0 and 255
Return value
Type: ClutterColor
The initialized ClutterColor.
| The data is owned by the instance. |