Label_SetTextColor
Prototype: GemRB.SetLabelTextColor (GLabel, color)
Metaclass Prototype: SetTextColor (color)
Description: Sets the Text Color of a Label Control.
Parameters:
- GLabel - the control’s reference
- color - the control’s desired text color as a rgb dict
Return value: N/A
Back to function index, GUIScript introduction.