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>2022-01-03 01:07:06 +0300
committerDavid Madison <dmadison@users.noreply.github.com>2022-01-03 01:07:06 +0300
commitbbce974dc7111e7c11559812f5b6c2d8f7519cc8 (patch)
tree3b19471db3899967b27466831cb9dde846958ac0
parentdd30fd9143ca2eefaf68d29e5c72e8849e2a7c43 (diff)
Add fill_circular keywords
-rw-r--r--keywords.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/keywords.txt b/keywords.txt
index 91e7b3b1..4fb29ab2 100644
--- a/keywords.txt
+++ b/keywords.txt
@@ -130,8 +130,9 @@ fade_video KEYWORD2
fill_gradient KEYWORD2
fill_gradient_RGB KEYWORD2
fill_palette KEYWORD2
+fill_palette_circular KEYWORD2
fill_rainbow KEYWORD2
-fill_rainbow_endless KEYWORD2
+fill_rainbow_circular KEYWORD2
fill_solid KEYWORD2
map_data_into_colors_through_palette KEYWORD2
nblend KEYWORD2