ImageEn, unit iexUserInteractions |
|
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
TransparencyModeDefault: 255
// Paint at 50% transparency
ImageEnView1.BrushTool.Transparency := 128;
See Also
◼TransparencyMode◼EraserOpacity◼EraserColor