imDibLineSetPixel

DIB SetPixel function definition * \ingroup dib

version(IM && Windows)
extern (C) @nogc nothrow
alias imDibLineSetPixel = void function
(
ubyte* line
,
int col
,
uint pixel
)

Meta