The OpenD Programming Language

scanline_convert_rgba8_to_la8

Convert a row of pixel from RGBA 8-bit (0 to 255) to LA 8-bit (0 to 255).

@system nothrow @nogc
void
scanline_convert_rgba8_to_la8
(
const(ubyte)* inScan
,
ubyte* outScan
,
int width
,
void* userData = null
)

Meta