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

Description

Wiki Description

Returns the blue component of this color form. (This function requires SKSE)


Caveats


Examples

ActorBase pActorBase = Game.GetPlayer().GetActorBase()
ColorForm color = pActorBase.GetHairColor()
int blue = color.GetBlue()
Debug.Trace("The amount of blue in the players hair is " + blue)
endif

Auto-Generated Example

int returnedValue = myColorForm__toCallFunctionOn.GetBlue()

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.