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