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( uint32_t iTextIndex, uint32_t iBlue )
Parameters
- iTextIndex - The ID of the text to modify.
- iBlue - The blue component of the color.