mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated Color objects (markdown)
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user