- Found in:
- PO3's PE
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
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
