Type | Description |
---|---|
iebfSolid | A standard fill of a solid color |
iebfGradient | A fill with a vertical gradient from BrushColor to BrushColor2 |
iebfSpray | A "Spray Can" fill, i.e. random points of a specified density |
iebfTexturedSpray | A "Spray Can" fill, i.e. random points of a specified density and transparency to provide texture (between AlphaTextureMin and AlphaTextureMax) |
iebfTextured | A solid fill with random transparency to provide texture to the brush. Pixel transparency will be in the range AlphaTextureMin to AlphaTextureMax |
iebfCenteredTexture | Same as iebfTextured, but the alpha is stronger towards the center of the brush. Pixel transparency will be in the range AlphaTextureMin to AlphaTextureMax |
iebfImage | An image is used as a brush. Note: You must assign an image to BrushImage |
iebfEraser | A special brush that applies alpha to the image, e.g. if EraserOpacity is 1.0, dragging the mouse will completely erase the content. It also will optionally remove color from the image) (Also see: RightButtonEraser) |
iebfSmartEraser | A special brush for background removal that applies alpha to the image and attempts to avoid erasing the subject (i.e. erases content of similar color to where first clicked). Options are specified by ChromaKeyOptions |