ImageEn, unit iexUserInteractions

TIECursorToolInteraction.Operation

TIECursorToolInteraction.Operation

Declaration

property Operation: TIERenderOperation;

Description

Specifies the color operation to execute between the brush and the image.

Default: ielNormal

Example

// Average brush with image
ImageEnView1.BrushTool.Operation := ielAverage;