imColorDecode

Decode RGB components from a long for palette usage. \n * "long" definition is compatible with the CD library definition. * * \verbatim im.ColorDecode(color: lightuserdata) -> red: number, green: number, blue: number [in Lua 5] \endverbatim * \ingroup colorutl

version(IM)
extern (C) @nogc nothrow
void
imColorDecode
(
ubyte* red
,
ubyte* green
,
ubyte* blue
,
c_long color
)

Meta