[Setup]: WizardImageOpacity

Valid values:

0 through 255

Default value:

255
Description:

If set to 0, the wizard images set via WizardImageFile and WizardSmallImageFile will be fully transparent. If set to 255, the wizard images will be fully opaque (non-transparent).

This is useful if you want to use identical regular and DynamicDark wizard images, or if you want to use them in combination with a custom background image set via WizardBackImageFile. For example, you can set WizardImageOpacity to 150 to achieve partial transparency.

Example:
WizardStyle=modern dynamic
WizardImageFile=MyImage.png
WizardImageFileDynamicDark=MyImage.png
WizardSmallImageFile=MySmallImage.png
WizardSmallImageFileDynamicDark=MySmallImage.png
WizardImageOpacity=150

See also:
WizardBackImageOpacity