ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.Feathering

TIERetouchToolInteraction.Feathering


Declaration

property Feathering: Integer;


Description

Feathers the retouch effect before applying it. Zero means no feathering.

Default: 2

Note:
Use of feathering can affect performance. To reduce this, enable DelayDisplaySelection, which will delay full quality painting until the final render
Has no effect when RetouchMode is iermWarp


Example

// Set feathering to 10 pixels
ImageEnView1.RetouchTool.Feathering := 10;