AlphaMask
Typeobject
Backlinks8Define the alpha mask effect for the object, using some values of the mask to control the transparency of the object.
alphaType​
RequiredDescription
The data type whose values are used to control the transparency of the object.
Type
integer
Value
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
0 | alpha. Directly control the object's transparency using the values of the mask's Alpha channel. |
1 | luminosity. Control the object's transparency using the values of the mask's luminosity. |
2 | inverse-luminosity. Similar to luminosity , but with the opposite effect. |