ImageEn, unit iexUserInteractions

TIEFillToolInteraction.ColorFillValue

TIEFillToolInteraction.ColorFillValue


Declaration

property ColorFillValue: TColor;


Description

Specifies the new color to fill when flooding the clicked area.

Default: clWhite


Examples

// Fill clicked areas with blue
ImageEnView1.FillTool.ColorFillValue := $00FF8000;
ImageEnView1.FillTool.Tolerance  := 128;
ImageEnView1.MouseInteractGeneral := [ miColorFill ];