PaintDither property (ILEADRasterImgList)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

ImageListPaintDitherConstants PaintDither

Overview

Refer to Using the Image List Control.

Remarks

(Persistent property, available at design time) Specifies the type of dithering to use when painting an image on a device with 256 colors or less in the ImageList Control.

Setting

Description

IMGLST_PAINTDITHER_ORDERED

Use ordered dithering.

IMGLST_PAINTDITHER_DIFFUSION

Use error diffusion.

The default is IMGLST_PAINTDITHER_ORDERED.

See Also

Elements:

BitonalScaling

Topics:

Raster Images: Displaying Images