Description | Hierarchy | Fields | Methods | Properties |
type TAdBellDithering = class(TAdErrorDiffusionDithering)
TAdBellDithering uses the an optimized FloydSteinberg convolution kernel for dithering the bitmap. TAdBellDithering gives you a little better results than TAdFloydSteinberg dithering but needs more time in calculating the results.
![]() |
procedure AssignEffect(Dest: TAd2dBitmap); override; |
![]() |
procedure AssignEffect(Dest: TAd2dBitmap); override; |
Applies the effect to a bitmap. Remember to set the dithering callback in order to specify the palette the bitmap should be dithered to. |