From f8d1a6a6905fd81475dc09f97c28e418a460d3fd Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 26 Feb 2016 20:10:18 -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 e3fe104..48abda1 100644 --- a/Color-objects.md +++ b/Color-objects.md @@ -4,7 +4,7 @@ There are several color objects that can be used to define and blend colors. Wh 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. -# [RgbwColor object](https://github.com/Makuna/NeoPixelBus/blob/V2Beta/src/RgbwColor.h) +# [RgbwColor object](https://github.com/Makuna/NeoPixelBus/wiki/RgbwColor-object-API) This represents a color as RGBW model and exposes useful methods to manipulate colors. This is the native color used and is the most efficient with a NeoPixelBus defined wit NeoRgbwFeature. The color components are Red, Green, Blue, and White. This can only be used with NeoPixelBus that was declared with a four element color feature like NeoRgbwFeature.