ImageEn, unit iexUserInteractions |
|
TIERetouchToolInteraction.PencilSketchGray
Declaration
var PencilSketchGray: Boolean;
Description
If True, the pencil sketch will be output as gray scale.
For more information:
PencilSketchNote: iermPencilSketch can be very slow and requires a lot of memory
Default: False
// 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
◼PencilSketchAlpha◼PencilSketchDensity◼PencilSketchLevels◼PencilSketchThickness