SetTextColorGreen
Description
Set the green component of the text color. The value should be in the range 0-255. 
Definition
 SetTextColorGreen( iTextIndex, iGreen ) 
void agk::SetTextColorGreen( UINT iTextIndex, UINT iGreen )
Parameters
- iTextIndex - The ID of the text to modify.
- iGreen - The green component of the color.