Method

CoglColorget_alpha

Declaration [src]

float
cogl_color_get_alpha (
  const CoglColor* color
)

Description [src]

Retrieves the alpha channel of color as a fixed point value between 0 and 1.0.

Return value

Type: float

The alpha channel of the passed color.