API hextorgb

From Vendetta Lua
Revision as of 22:05, 25 January 2009 by Chefkoch (talk | contribs) (split)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

hextorgb

Definition: hextorgb(string hexcolors) -> string deccolors
Description:
Convert hexadecimal formated color string into a decimal one used by iup
Arguments:
hexcolors hexadecimal color string
Returns:
deccolors decimal color string
Example:
<source lang="lua">hextorgb("ff00ff") -> "255 0 255"</source>