- Found in:
- SKSE
Description
Wiki Description
Gets the Green component value from the specified Alpha-Red-Green-Blue (ARGB) color code.
Caveats
Parameters
intargb
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__argb
int returnedValue = ColorComponent.GetGreen(myInt__argb)Related Pages
- ColorComponent
- ColorComponent.GetAlpha(...)
- ColorComponent.GetRed(...)
- ColorComponent.GetBlue(...)
