imDibLineGetPixel

DIB GetPixel function definition. \n * the DWORD is a raw copy of the bits, use (ubyte*)&pixel * \ingroup dib

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

Meta