SetTextColor

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetTextColor(iRed:Int, iGreen:Int, iBlue:Int)
Sets the text color of the gadget. The GUI version of this command sets the default text color for all gadgets created after setting this.

Returns

Nothing

Parameters

  • iRed:Int - Red portion of the text color (0-255)
  • iGreen:Int - Green portion of the text color (0-255)
  • iBlue:Int - Blue portion of the text color (0-255)

Gadget Information

Pertains to all gadgets that have text.

Example

Personal tools