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

extern (C) @safe nothrow
void
imConvertMapToRGB
(
ubyte* data
,
int count
,
int depth
,
int packed
,
long* palette
,)

Meta