Description Dithering a device independent bitmap (DIB) using the Floyd-Steinberg method.
Syntax NewDib = [BIImage.]DitherFS4 hDIB nBitCount
Returns NewDib LONGLONG The newly created DIB or 0 on error.
Remarks hDib LONGLONG The DIB to be dithered.
nBitCount Short Dithering to nBitCount bits ( 1, 4, 8) per pixel.
See Also