ImageEn, unit iexUserInteractions |
|
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:
UnsharpMaskDefault: 0.05
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