ImageEn, unit iexUserInteractions

TIEFillToolInteraction.Tolerance

TIEFillToolInteraction.Tolerance


Declaration

property Tolerance: Integer;


Description

Specifies the maximum difference from the starting pixel (0 to 255, where 0 requires an exact color match, whereas 255 would match every color).

Default: 0 (only replace colors that are the same as the clicked color)


Example

// Use a ten pixel area for determining the color to replace
ImageEnView1.FillTool.Tolerance := 20;