From b3cb09268bd20275783b21d70537595d0e91841a Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 17 Jun 2017 08:09:37 +0200 Subject: [PATCH] README.md: Clarify how colors can be specified While technically one can specify colors otherwise, for the sake of simplicity, mention only `CRGB`, but do mention it explicitly, so the reader does not need to look at the example to figure this out. Fixes #9. Signed-off-by: Gergely Nagy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d103486..6ffdec09 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ The plugin provides the following effects: ### `Haunt([color])` > A ghostly haunt effect, that trails the key taps with a ghostly white color -> (or any other color, if specified). +> (or any other color, if specified). Use the `CRGB(r,g,b)` macro to specify the +> color, if you want something else than the ghostly white. ### `BlazingTrail()`