Method

CoglPipelineset_color4f

Declaration [src]

void
cogl_pipeline_set_color4f (
  CoglPipeline* pipeline,
  float red,
  float green,
  float blue,
  float alpha
)

Description [src]

Sets the basic color of the pipeline, used when no lighting is enabled.

The default value is (1.0, 1.0, 1.0, 1.0)

Stability:Unstable
Available since:2.0

Parameters

red float
 

The red component.

green float
 

The green component.

blue float
 

The blue component.

alpha float
 

The alpha component.