Panel.GetAlpha
From GMod Wiki
Function | |
Syntax | Panel:GetAlpha( ) |
Description: | |
Returns the alpha value of the panel | |
Returns: | Number |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Panel.GetAlpha]Panel.GetAlpha [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | prints myPanels's Alpha value |
---|---|
Used on | |
Code | print( myPanel:GetAlpha() ) |
Output | N/A |
Additional Notes
- Returned value is from 0-255