SetTextColor

Description

Set the color of the text, the values should be in the range 0-255. This will set all characters in the text to be this color. You can set individual characters using SetTextCharColor.

Definition

SetTextColor( iTextIndex, iRed, iGreen, iBlue, iAlpha )

Parameters