PaintDither property (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

Leadvcl::TPaintDither PaintDither

Delphi Syntax

PaintDither: TPaintDither

Overview

Refer to Using the Image List Control.

Remarks

(published property) Specifies the type of dithering to use when painting an image on a device with 256 colors or less in the ImageList Control. The default is pdOrdered.

Setting

Description

pdOrdered

Use ordered dithering.

pdDiffusion

Use error diffusion.

See Also

Elements:

BitonalScaling

Topics:

Raster Images: Displaying Images