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