SetTextCharColorBlue
Description
Sets the blue component of the specified character's color. Using the SetTextColor command will override this. Values should be in the range 0-255.
Definition
SetTextCharColorBlue( iTextIndex, iCharIndex, blue )
void agk::SetTextCharColorBlue( UINT iTextIndex, UINT iCharIndex, UINT blue )
Parameters
- iTextIndex - The ID of the text object to set.
- iCharIndex - The index of the character to set, indexes start at 0, if the index is out of range it will be ignored.
- blue - The new blue value to use