Method
ClutterColorshade
Declaration [src]
void
clutter_color_shade (
const ClutterColor* color,
gdouble factor,
ClutterColor* result
)
Parameters
factor
-
Type:
gdouble
The shade factor to apply.
result
-
Type:
ClutterColor
Return location for the shaded color.
The argument will be set by the function. The data is owned by the instance.