Method

CoglColorget_blue

Declaration [src]

float
cogl_color_get_blue (
  const CoglColor* color
)

Description [src]

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

Return value

Type: float

The blue channel of the passed color.