imColorEncode

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

version(IM)
extern (C) @nogc nothrow
c_long
imColorEncode
(
ubyte red
,
ubyte green
,
ubyte blue
)

Meta