ImageEn, unit iexUserInteractions

TIEFillToolInteraction.AlphaFillValue

TIEFillToolInteraction.AlphaFillValue


Declaration

property AlphaFillValue: Integer;


Description

Specifies the Alpha to fill when flooding the clicked area.
Value is in the range 0: Fully Transparent - 255: Opaque.

Default: 0


Example

// Fill clicked areas with 50% transparency
ImageEnView1.FillTool.AlphaFillValue := 128;
ImageEnView1.MouseInteractGeneral := [miAlphaFill];