imConvertMapToRGB

Changes in-place a MAP data into a RGB data. The data must have room for the RGB image. \n * depth can be 3 or 4. count=width*height. \n * \ingroup cnvutil

version(IM)
extern (C) @nogc nothrow
void
imConvertMapToRGB
(
ubyte* data
,
int count
,
int depth
,
int packed
,
c_long* palette
,)

Meta