The OpenD Programming Language

scanline_convert_rgba8_to_rgb8

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

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

Meta