ImageEn, unit iexUserInteractions

TIETransformToolInteraction.FillColor

TIETransformToolInteraction.FillColor

Declaration

property FillColor: TColor;

Description

Specifies the color to fill new border zones if FillMode = ietfFixedColor.

Default: clBlack

Examples

// Original image


// Fill new borders areas with gray
ImageEnView1.TransformTool.FillMode  := ietfFixedColor;
ImageEnView1.TransformTool.FillColor := clGray;


// Replicate existing content when filling new border areas
ImageEnView1.TransformTool.FillMode := ietfReplicate;