Method

CoglColorget_green_float

Declaration [src]

float
cogl_color_get_green_float (
  const CoglColor* color
)

Description [src]

Retrieves the green channel of color as a floating point value between 0.0 and 1.0

Available since:1.0

Return value

Returns: float
 

The green channel of the passed color.