Searched refs:lerpInv (Results 1 – 1 of 1) sorted by relevance
228 public static float lerpInv(float a, float b, float value) { in lerpInv() method in BrightnessUtils.MathUtils237 return saturate(lerpInv(a, b, value)); in lerpInvSat()