From 97bee3db97e9894a587e119d8b09247239a60c70 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 20 Mar 2016 13:30:03 -0700 Subject: [PATCH] Updated NeoPixelAnimator object (markdown) --- NeoPixelAnimator-object.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NeoPixelAnimator-object.md b/NeoPixelAnimator-object.md index aeb699b..96cb271 100644 --- a/NeoPixelAnimator-object.md +++ b/NeoPixelAnimator-object.md @@ -93,6 +93,9 @@ CircularIn CircularOut CircularInOut +This easing equation is specific to animating through a gamma corrected color. +Gamma + ## LERP - Linear Interpolation To interpolate between two values using a 0.0 to 1.0 progress value is a simple equation.