TCustomImage.Opacity Property
Specifies image opacity (as a percentage).
Declaration
property Opacity: Single read; write;
Property Value
| Type | Description |
|---|---|
| Single | The current image opacity (as a percentage). |
Remarks
Use the Opacity property to blend the displayed image with the parent Splash or Wait Form’s background/underlying widgets.

Default Value
The Opacity property’s default value is 100.
See Also