ImageEn, unit iexLayers

TIELayer.Operation

TIELayer.Operation

Declaration

property Operation: TIERenderOperation;

Description

Specifies the color operation to execute between this layer and the background layer.

Default: ielNormal

Example

// Average current layer with background
ImageEnView1.CurrentLayer.Operation := ielAverage;
ImageEnView1.Update();