DitherType Property (ILEADRasterDlgWeb)

Visual Basic example

Visual C++ example

 

Syntax

long DitherType;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the dithering type to use. Possible values are:

Value

Meaning

CRF_NODITHERING

Use nearest color matching

CRF_FLOYDSTEINDITHERING

Use Floyd-Steinberg dithering

CRF_STUCKIDITHERING

Use Stucki dithering

CRF_BURKESDITHERING

Use Burkes dithering

CRF_SIERRADITHERING

Use Sierra dithering

CRF_STEVENSONARCEDITHERING

Use Stevenson Arce dithering

CRF_JARVISDITHERING

Use Jarvis dithering

CRF_ORDEREDDITHERING

Use ordered dithering, which is faster but less accurate than other dithering methods.

CRF_CLUSTEREDDITHERING

Use clustered dithering

The DitherType property is associated with PNGWebTuner and GIFWebTuner dialog boxes.

See Also

Elements

ShowPNGWebTunerDlg method, ShowGIFWebTunerDlg method