cdRGB2Gray

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @safe nothrow
void
cdRGB2Gray
(
int width
,
int height
,
const(ubyte)* red
,
const(ubyte)* green
,
const(ubyte)* blue
,
ubyte* index
,
long* color
)

Meta