record TAdErrorDiffusionKernel

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdErrorDiffusionKernel = record

Description

Record that is used in classes descended from TAdDithering filter. TAdErrorDiffusionKernel specifies how the convolution has to be applied to the image.

Overview

Fields

Divisor: integer;
OffsetX: integer;
OffsetY: integer;
Matrix: array of array of Integer;

Description

Fields

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.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:58