Skip to main content

GetBlipTransparency

Gets the transparency (alpha) of a blip.

Syntax​

``` int NAPI.Blip.GetBlipTransparency(Blip blip); ```

Required Arguments​

  • blip: The blip to get the transparency from. Parameter input should be in Blip type

Example​