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