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.