Skip to content

Instantly share code, notes, and snippets.

@FrancoisBlavoet
FrancoisBlavoet / GammaEvaluator.java
Last active April 2, 2026 14:53
Correct color interpolation
import android.animation.TypeEvaluator;
import android.animation.ValueAnimator;
import static java.lang.Math.pow;
public class GammaEvaluator implements TypeEvaluator {
private static final GammaEvaluator instance = new GammaEvaluator();
/**