Description | Hierarchy | Fields | Methods | Properties |
type TAdErrorDiffusionKernel = record
Record that is used in classes descended from TAdDithering filter. TAdErrorDiffusionKernel specifies how the convolution has to be applied to the image.
Divisor: integer; |
OffsetX: integer; |
OffsetY: integer; |
Matrix: array of array of Integer; |
Divisor: integer; |
The devisor of the matrix property. All elements in the matrix are divided by this value. |
OffsetX: integer; |
The matrix is transleted by this value in X-Direction. |
OffsetY: integer; |
The matrix is transleted by this value in Y-Direction. |
Matrix: array of array of Integer; |
The convolution matrix that is applied to the image in order to dither it. |