
Prototype: GemRB.SetInfoTextColor(red, green, blue, [alpha])

Description: Sets the color of floating messages in GameControl. Floating messages are in-game messages issued by actors, or information text coming from game objects.

Parameters: red,green,blue,alpha - color code, alpha defaults to 255 (completely opaque)

Return value: N/A

See also: SetLabelTextColor, SetButtonTextColor


MD5: e48af04dbba2632c62459f3aba05d0a9
