SColor

From King Arthur's Gold Wiki
Revision as of 23:41, 28 September 2012 by Verrazano (Talk | contribs)

Jump to: navigation, search

The SColor type is used in GUI functions such as DrawRectangle.


SColor color ( const uint, const uint, const uint, const uint )

Example

GUI::DrawRectangle(rect, SColor(255, 25, 25, 25, 0));