GetBlipTransparency: Difference between revisions
(Created page with "Gets the transparency (alpha) of a blip. ==Syntax== <pre>int NAPI.Blip.GetBlipTransparency(Blip blip);</pre> === Required Arguments === *'''blip:''' The blip to get the tran...") |
m (Xabi moved page NAPI.Blip.GetBlipTransparency to GetBlipTransparency) |
Latest revision as of 12:42, 27 November 2019
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
C# Syntax
Example
int alpha = NAPI.Blip.GetBlipTransparency(myBlip);