
Prototype: GemRB.SetButtonTextColor(WindowIndex, ControlIndex, red, green, blue)

Metaclass Prototype: SetTextColor(red, green, blue)

Description: Sets the Text Color of a Button Control.

Parameters: 
WindowIndex, ControlIndex  - the control's reference
red,green,blue             - the rgb color values

Return value: N/A

See also: SetLabelUseRGB, SetLabelTextColor

