Method

CoglPipelineget_color

Declaration [src]

void
cogl_pipeline_get_color (
  CoglPipeline* pipeline,
  CoglColor* color
)

Description [src]

Retrieves the current pipeline color.

Parameters

color

Type: CoglColor

The location to store the color.

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