| ImageEn, unit iexUserInteractions |
|
TIEFillToolInteraction.ColorFillValue
Declaration
property ColorFillValue: TColor;
Description
Specifies the new color to fill when flooding the clicked area.
Note: The opacity of the fill is specified by
ColorFillAlpha
Default: clWhite
Example
// Fill clicked areas with blue
ImageEnView1.FillTool.ColorFillValue := clBlue;
ImageEnView1.FillTool.Tolerance := 20;
ImageEnView1.MouseInteractGeneral := [ miColorFill ];
