Table of Contents

CzColour::GetB

Description

Get the blue component of an CzColour object.

Function prototype

unsigned char CzColour::GetB(void);

Arguments

None.

Return value

The blue component of the CzColour object, as an unsigned 8-bit integer.

Comments

None.