Method

CoglColorget_blue_byte

Declaration [src]

unsigned char
cogl_color_get_blue_byte (
  const CoglColor* color
)

Description [src]

Retrieves the blue channel of color as a byte value between 0 and 255

Return value

Type: unsigned char

The blue channel of the passed color.