Method

CoglColorget_alpha_byte

Declaration [src]

unsigned char
cogl_color_get_alpha_byte (
  const CoglColor* color
)

Description [src]

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

Available since:1.0

Return value

Returns: unsigned char
 

The alpha channel of the passed color.