The OpenD Programming Language

scanline_convert_rgb8_to_bgr8

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

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

Meta