ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.UnsharpenThreshold

TIERetouchToolInteraction.UnsharpenThreshold


Declaration

var UnsharpenThreshold: Double;


Description

Specify the threshold of maximum luminosity to apply the effect (0.0 to 1.0)

For more information: UnsharpMask

Default: 0.05


Example

ImageEnView1.RetouchTool.RetouchMode     := iermUnsharpen;
ImageEnView1.RetouchTool.UnsharpenAmount := 1.5;
ImageEnView1.RetouchTool.UnsharpenRadius := 5.0;
ImageEnView1.RetouchTool.UnsharpenThreshold := 0.03;
ImageEnView1.MouseInteractGeneral        := [ miRetouchTool ];


See Also

 UnsharpenAmount
 UnsharpenRadius