Skip to content

Commit 82c1f3d

Browse files
authored
Merge pull request #93 from julianschill/develop
Merge develop into master
2 parents 9f9ee5f + b4b8245 commit 82c1f3d

File tree

2 files changed

+97
-95
lines changed

2 files changed

+97
-95
lines changed

docs/LED_Effect.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,13 @@ Each layer is defined with the following parameters
208208
Each layer must be on a single line and each line must be indented.
209209
Color palettes can be of unlimited length but may be compressed depending
210210
on the size of the frame or number of LEDs on a strip. Colors are defined
211-
as groups of Red, Green, and Blue. The range for each color is a decimal
212-
number from 0.0 to 1.0. So for yellow, you would use ( 1.0, 1.0, 0.0 ).
211+
as groups of Red, Green, Blue and (optional) White. The white channel only used
212+
on RGBW LEDs and ignored on RGB LEDs. The range for each color is a decimal
213+
number from 0.0 to 1.0. So for yellow, you would use ( 1.0, 1.0, 0.0 ). For
214+
white you would use ( 1.0, 1.0, 1.0 ) on an RGB LED or ( 0.0, 0.0, 0.0, 1.0 )
215+
on an RGBW LED.
213216

214-
Individual colors should be wrapped in parentheses and separated by commas.
217+
Individual colors must be wrapped in parentheses and separated by commas.
215218

216219
Some Sample Palettes:
217220

0 commit comments

Comments
 (0)