[]
Returns an instance of the OpacityEffect class.
public static OpacityEffect Get(float opacity)
Public Shared Function [Get](opacity As Single) As OpacityEffect
Type | Name | Description |
---|---|---|
float | opacity | The multiplier to the input image's alpha channel. The minimum value is 0.0f and the maximum value is 1.0f. |
Type | Description |
---|---|
OpacityEffect |