Method

ClutterColorlighten

Declaration [src]

void
clutter_color_lighten (
  const ClutterColor* color,
  ClutterColor* result
)

Description [src]

Lightens color by a fixed amount, and saves the changed color in result.

Parameters

result

Type: ClutterColor

Return location for the lighter color.

The argument will be set by the function.
The data is owned by the instance.