SetColumnBarColor

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetColumnBarColor(iColumn:Int, iRed:Int, iGreen:Int, iBlue:Int)
Sets a Progressbar columns bar color.

Returns

Nothing

Parameters

  • iColumn:Int - Column of the property to set.
  • iRed:Int - Red portion of the color (0-255).
  • iGreen:Int - Green portion of the color (0-255)
  • iBlue:Int - Blue portion of the color (0-255)

Gadget Information

Pertains to Multi-Column Listbox.

Example

Personal tools