Method

CoglPipelineget_color

since: 2.0

Declaration [src]

void
cogl_pipeline_get_color (
  CoglPipeline* pipeline,
  CoglColor* color
)

Description [src]

Retrieves the current pipeline color.

Stability: Unstable

Available since: 2.0

Parameters

color

Type: CoglColor

The location to store the color.

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