ImageEn, unit iexUserInteractions |
|
TIERetouchToolInteraction.Transparency
Declaration
property Transparency: Integer;
Description
Specify the transparency of the retouched content.
0 is transparent, 255 is opaque, 1 - 254 are partially transparent.
Default: 255
// Retouch is only applied 50% transparency
ImageEnView1.RetouchTool.Transparency := 128;