ImageEn, unit iexUserInteractions |
|
TIEFillToolInteraction.ColorFillValue
Declaration
property ColorFillValue: TColor;
Description
Specifies the new color to fill when flooding the clicked area.
Default: clWhite
// Fill clicked areas with blue
ImageEnView1.FillTool.ColorFillValue := $00FF8000;
ImageEnView1.FillTool.Tolerance := 128;
ImageEnView1.MouseInteractGeneral := [ miColorFill ];