From 483871f721998f8da223e686ffb86b2a40252f36 Mon Sep 17 00:00:00 2001 From: sticilface Date: Sat, 22 Oct 2016 10:20:52 +0100 Subject: [PATCH] typo --- Color-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Color-objects.md b/Color-objects.md index 9b9ba23..6af8dde 100644 --- a/Color-objects.md +++ b/Color-objects.md @@ -5,7 +5,7 @@ This represents a color as RGB model and exposes useful methods to manipulate co The color components are Red, Green, and Blue. # [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. +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 with 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.