API hextorgb

From Vendetta Lua
Jump to: navigation, 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:

hextorgb("ff00ff") -> "255 0 255"