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