ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.UnsharpenAmount

TIERetouchToolInteraction.UnsharpenAmount


Declaration

var UnsharpenAmount: Double;


Description

Specify the difference between original and blurred image (0.0 to 5.0)

For more information: UnsharpMask

Default: 1.0


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

 UnsharpenRadius
 UnsharpenThreshold