From aea6f8113bc50a647a174a2342cec6293e090d2a Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 26 Feb 2016 17:58:04 -0800 Subject: [PATCH] Updated Color objects (markdown) --- Color-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Color-objects.md b/Color-objects.md index a33bf0e..2d317e9 100644 --- a/Color-objects.md +++ b/Color-objects.md @@ -1,6 +1,6 @@ There are several color objects that can be used to define and blend colors. While all can be directly used to set the pixel color, the RgbwColor can only be used with a NeoPixelBus that has been declared with NeoRgbwFeature or a compile error will be given. -# [RgbColor object](https://github.com/Makuna/NeoPixelBus/blob/V2Beta/src/RgbColor.h) +# [RgbColor object](https://github.com/Makuna/NeoPixelBus/wiki/RgbColor-object-API) This represents a color as RGB model and exposes useful methods to manipulate colors. This is the native color used and is the most efficient. The color components are Red, Green, and Blue.