Method

CoglColorset_alpha

Declaration [src]

void
cogl_color_set_alpha (
  CoglColor* color,
  float alpha
)

Description [src]

Sets the alpha channel of color to alpha.

Available since:1.4

Parameters

alpha float
 

A float value between 0.0f and 1.0f.