Home
last modified time | relevance | path

Searched refs:irTint (Results 1 – 1 of 1) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.cpp8714 Color irTint = Color(255, 120, 120, tint.a); in Draw() local
8718 irTint = Color(255, 255, 255, tint.a); in Draw()
8721 DrawActorSprite(drawPos, flags, currentStance.shadow, irTint); in Draw()