GetAlpha - ColorComponent
Revision as of 04:36, 28 August 2013 by imported>CraftySentinel (MInor Formatting Change)
Source: SKSE 1.06.02
Member of: ColorComponent Script
Gets the alpha component value from the specified Alpha-Red-Green-Blue (ARGB) color code.
Syntax
int Function GetAlpha(int argb) global native
Parameters
argb
- The ARGB color code to retrieve the alpha component value of, expressed as an integer.
Return Value
The alpha value of the ARGB code, ranges from 0 to 255.