Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Madison <dmadison@users.noreply.github.com>2021-08-09 23:26:24 +0300
committerDavid Madison <dmadison@users.noreply.github.com>2021-08-09 23:26:24 +0300
commit12127ccdacb46bf30167785070732c347694fb8a (patch)
treeef081877c0e94d656e36aca0b4ed306631a337d1 /keywords.txt
parent5cc17b2be88982eb34b1998de22b83fee56d4f07 (diff)
Add fill_rainbow_endless util functions
For filling a rainbow pattern that's continuous in hue between the end of the strip and the beginning. Useful for out-of-the-box rainbow animations on looped strips and LED rings.
Diffstat (limited to 'keywords.txt')
-rw-r--r--keywords.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/keywords.txt b/keywords.txt
index 75df500c..91e7b3b1 100644
--- a/keywords.txt
+++ b/keywords.txt
@@ -131,6 +131,7 @@ fill_gradient KEYWORD2
fill_gradient_RGB KEYWORD2
fill_palette KEYWORD2
fill_rainbow KEYWORD2
+fill_rainbow_endless KEYWORD2
fill_solid KEYWORD2
map_data_into_colors_through_palette KEYWORD2
nblend KEYWORD2