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

Metaclass Prototype: SetTextColor(which, red, green, blue)

Description: Sets the label colors of a WorldMap Control. "which" selects the color affected and is one of IE_GUI_WMAP_COLOR_(BACKGROUND|NORMAL|SELECTED|NOTVISITED).

Parameters: 
WindowIndex - the window control id
ControlID - the id of the target control
which - selects the color affected (one of IE_GUI_WMAP_COLOR_(BACKGROUND|NORMAL|SELECTED|NOTVISITED)
red - red value
green - green value
blue - blue value

Return value: N/A

See also:

