Background for Skyrim SE
Member of the ColorForm script
floatfunctionGetHue()

Description

Wiki Description

Gets the hue value of this color form.


Caveats

CK Wiki - Notes

  • Prior to SKSE 1.06.00 this was scaled to 255.

Examples

ActorBase pActorBase = Game.GetPlayer().GetActorBase()
ColorForm color = pActorBase.GetHairColor()
int hue = color.GetHue()
Debug.Trace("Hue: " + hue)

Auto-Generated Example

float returnedValue = myColorForm__toCallFunctionOn.GetHue()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.