- Found in:
- SKSE
Description
Wiki Description
Sets the green component of the specified Alpha-Red-Green-Blue (ARGB) color code to the specified value.
Caveats
Parameters
intargb
intg
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__argb
int myInt__g
int returnedValue = ColorComponent.SetGreen(myInt__argb, myInt__g)Related Pages
- ColorComponent.SetAlpha(...)
- ColorComponent.SetRed(...)
- ColorComponent.SetBlue(...)
