ImageEn, unit iexUserInteractions

TIEBrushToolInteraction.Transparency

TIEBrushToolInteraction.Transparency


Declaration

property Transparency: Integer;


Description

Specify the transparency of the brush.

0 is transparent, 255 is opaque, 1 - 254 are partially transparent.



Note: The effect of a transparent brush is controlled by TransparencyMode

Default: 255


Example

// Paint at 50% transparency
ImageEnView1.BrushTool.Transparency := 128;


See Also

 TransparencyMode
 EraserOpacity
 EraserColor