Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionMixColorWithSkinTone(ActorakActor, ColorFormakColor, boolabManualMode, floatafPercentage)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Blends existing skin color with specified color.
  • True - intensity is manually calculated using percentage 0-1.0, False - automatically calculated using skin tone luminance

Documentation Comment

DEPRECATED


Caveats


Parameters

ActorakActor

ColorFormakColor

boolabManualMode

floatafPercentage


Examples

Auto-Generated Example

Actor myActor__akActor
ColorForm myColorForm__akColor
bool myBool__abManualMode
float myFloat__afPercentage

PO3_SKSEFunctions.MixColorWithSkinTone(myActor__akActor, myColorForm__akColor, myBool__abManualMode, myFloat__afPercentage)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

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