ImageEn, unit iexUserInteractions |
|
TIERetouchToolInteraction.PencilSketchAlpha
Declaration
var PencilSketchAlpha: Double;
Description
Specify the transparency (alpha) of drawn lines of the pencil sketch. Suggested range is 0.05 to 0.5.
For more information:
PencilSketchNote: iermPencilSketch can be very slow and requires a lot of memory
Default: 0.1
// Apply a gray-scale pencil sketch effect to brushed areas
ImageEnView1.RetouchTool.RetouchMode := iermPencilSketch;
ImageEnView1.RetouchTool.PencilSketchGray := True;
ImageEnView1.RetouchTool.PencilSketchLevels := 3;
ImageEnView1.RetouchTool.PencilSketchThickness := 1.4;
ImageEnView1.RetouchTool.PencilSketchAlpha := 0.2;
ImageEnView1.RetouchTool.PencilSketchDensity := 0.8;
ImageEnView1.MouseInteractGeneral := [ miRetouchTool ];
See Also
◼PencilSketchDensity◼PencilSketchGray◼PencilSketchLevels◼PencilSketchThickness