DitherType property (LEADDlgWeb Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT DitherType

Delphi Syntax

DitherType: L_UINT

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

This property is associated with PNGWebTuner and GIFWebTuner dialog boxes.

See Also

Elements:

ShowPNGWebTunerDlg method, ShowGIFWebTunerDlg method.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events