ImageEn, unit iexUserInteractions

TIEBrushToolInteraction.AlphaTextureMin

TIEBrushToolInteraction.AlphaTextureMin


Declaration

property AlphaTextureMin: Integer;


Description

Specify the minimum level of pixel transparency when BrushFill is iebfTextured, iebfCenteredTexture or iebfTexturedSpray.
When a textured brush is used the alpha channel of the brush is filled with random pixels of the range AlphaTextureMin to AlphaTextureMax

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



Default: 12


Example

// Use a dark textured brush
ImageEnView1.BrushTool.AlphaTextureMin := 32;
ImageEnView1.BrushTool.AlphaTextureMax := 128;
ImageEnView1.BrushTool.BrushFill       := iebfTextured;