Image.SetOpacity

Image.SetOpacity (

string ObjectName,

number Opacity = 100 )

Description

Sets the opacity of an image object.

Parameters

ObjectName

(string) The name of the image object.

Opacity

(number) The opacity value (0-100) you want to set for the image object. A value of 100 will make the image completely opaque (fully visible) and the value 0 will make the image completely transparent (invisible). Any values in between will make the image translucent (see through).

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions