Package com.airbnb.lottie.utils
Class GammaEvaluator
- java.lang.Object
-
- com.airbnb.lottie.utils.GammaEvaluator
-
public class GammaEvaluator extends java.lang.ObjectUse this instead ofArgbEvaluatorbecause it interpolates through the gamma color space which looks better to us humans.Written by Romain Guy and Francois Blavoet. https://androidstudygroup.slack.com/archives/animation/p1476461064000335
-
-
Constructor Summary
Constructors Constructor Description GammaEvaluator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intevaluate(float fraction, int startInt, int endInt)
-