Updated Color objects (markdown)

Michael Miller
2016-02-26 17:58:04 -08:00
parent ce3af6149f
commit aea6f8113b

@@ -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.