DitherSmooth  Method

Description         Dithering a device independent bitmap (DIB) with the CAPIX smooth tones method.

Syntax                 NewDib = [BIImage.]DitherSmooth 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