ImageEn, unit iexUserInteractions |
|
TIERetouchToolInteraction.UnsharpenRadius
Declaration
var UnsharpenRadius: Double;
Description
Specify the radius of the gaussian blur matrix (Min value: 1).
For more information:
UnsharpMaskDefault: 4.0
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◼UnsharpenThreshold