From 7844f608c876fb8edfe51b392e3b3e0ab18e2c32 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 20 Mar 2016 14:05:47 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index e89654b..9035274 100644 --- a/Home.md +++ b/Home.md @@ -67,5 +67,6 @@ There are several color objects that can be used to define and blend colors. Wh ## [NeoPixelAnimator object](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelAnimator-object) This manages the timing and lifetime for animations. It supplements the NeoPixelBus object to make it easy to create smooth asynchronous animations. It also include NeoEase class that provides easing functions for animation curves. - +## [NeoGamma object](https://github.com/Makuna/NeoPixelBus/wiki/NeoGamma-object) +The human eye perceives light levels differently than what the NeoPixels show. NeoPixels brightness levels are very linear so this object will convert them to the nonlinear so that what you see is what you expected.