GetGreen - ColorComponent
Revision as of 23:34, 27 August 2013 by imported>CraftySentinel (Created page with "__NOTOC__ __NOEDITSECTION__ '''Requires:''' SKSE 1.06.00 or above. '''Member of:''' ColorComponent Script Gets the Green component value from the sp...")
Requires: SKSE 1.06.00 or above.
Member of: ColorComponent Script
Gets the Green component value from the specified Alpha-Red-Green-Blue (ARGB) color code.
Syntax
int Function GetGreen(int argb) global native
Parameters
argb
- The ARGB color code to retrieve the green component value of, expressed as an integer.
Return Value
The green value of the ARGB code, ranges from 0 to 255.