Method

CoglPipelineset_color4ub

Declaration [src]

void
cogl_pipeline_set_color4ub (
  CoglPipeline* pipeline,
  uint8_t red,
  uint8_t green,
  uint8_t blue,
  uint8_t alpha
)

Description [src]

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

The default value is (0xff, 0xff, 0xff, 0xff)

Stability:Unstable
Available since:2.0

Parameters

red uint8_t
 

The red component.

green uint8_t
 

The green component.

blue uint8_t
 

The blue component.

alpha uint8_t
 

The alpha component.