SColor

From King Arthur's Gold Wiki
Revision as of 18:37, 16 December 2012 by The dnmr (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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


SColor color ( const uint alpha, const uint red, const uint green, const uint blue )

Example

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