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