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