UnshrpMaskFlags property (LEADDlgImgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT UnshrpMaskFlags

Delphi Syntax

UnshrpMaskFlags: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the color space in which, to apply the mask in the UnsharpMask dialog box. Possible values are:

Value

Meaning

RGB_SPACE

[$0001] Apply the mask in the RGB color space.

YUV_SPACE

[$0002] Apply the mask in the YUV color space.

See Also

Elements:

ShowUnsharpMaskDlg method, Radius property, Threshold property, Amount property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events