====== CzColour::GetR ====== ===== Description ===== Get the red component of an CzColour object. ===== Function prototype ===== unsigned char CzColour::GetR(void); ===== Arguments ===== None. ===== Return value ===== The red component of the CzColour object, as an unsigned 8-bit integer. ===== Comments ===== None.