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