- Found in:
- SKSE
Description
Wiki Description
Sets the saturation of the specified Alpha-Red-Green-Blue (ARGB) color code to the specified value.
Caveats
Parameters
intargb
floats
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__argb
float myFloat__s
int returnedValue = ColorComponent.SetSaturation(myInt__argb, myFloat__s)Related Pages
- ColorComponent.SetHue(...)
- ColorComponent.SetValue(...)
