Function

ClutterColoralloc

since: 1.12

Declaration [src]

ClutterColor*
clutter_color_alloc (
  void
)

Description [src]

Allocates a new, transparent black ClutterColor.

Available since: 1.12

Return value

Type: ClutterColor

The newly allocated ClutterColor; use clutter_color_free() to free its resources.

The caller of the function takes ownership of the data, and is responsible for freeing it.