ImageEn, unit iexUserInteractions |
|
TIECursorToolInteraction.Operation
Declaration
property Operation: TIERenderOperation;
Description
Specifies the color operation to execute between the brush and the image.
Default: ielNormal
// Average brush with image
ImageEnView1.BrushTool.Operation := ielAverage;