Declaration
property Operation: TIERenderOperation;
Description
Specifies the color operation to execute between this layer and the background layer.
Default: ielNormal
// Average current layer with background
ImageEnView1.CurrentLayer.Operation := ielAverage;
ImageEnView1.Update();