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