Description | Hierarchy | Fields | Methods | Properties |
type TAdBillAtkinsonDithering = class(TAdErrorDiffusionDithering)
TAdBillAtkinsonDithering uses the an optimized FloydSteinberg convolution kernel for dithering the bitmap. This algorithm is perfect if you want to convert a image to a palette that only has very few colors.
![]() |
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. |