TFillOverlayEffect.Create Constructor
Creates a new fill overlay effect.
Syntax
Unit: FlexCel.Core
constructor TFillOverlayEffect.Create(aFill: IFillStyle; const aBlend: TOverlayBlendMode);
Parameters
<-> |
Parameter |
Type |
Description |
|
aFill |
IFillStyle |
Fill used to overlay. |
const |
aBlend |
TOverlayBlendMode |
How the fill blends with the image. |
See also