Skip to content

Commit

Permalink
Merge pull request #93 from julianschill/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
julianschill authored Oct 6, 2022
2 parents 9f9ee5f + b4b8245 commit 82c1f3d
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 95 deletions.
9 changes: 6 additions & 3 deletions docs/LED_Effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,13 @@ Each layer is defined with the following parameters
Each layer must be on a single line and each line must be indented.
Color palettes can be of unlimited length but may be compressed depending
on the size of the frame or number of LEDs on a strip. Colors are defined
as groups of Red, Green, and Blue. The range for each color is a decimal
number from 0.0 to 1.0. So for yellow, you would use ( 1.0, 1.0, 0.0 ).
as groups of Red, Green, Blue and (optional) White. The white channel only used
on RGBW LEDs and ignored on RGB LEDs. The range for each color is a decimal
number from 0.0 to 1.0. So for yellow, you would use ( 1.0, 1.0, 0.0 ). For
white you would use ( 1.0, 1.0, 1.0 ) on an RGB LED or ( 0.0, 0.0, 0.0, 1.0 )
on an RGBW LED.

Individual colors should be wrapped in parentheses and separated by commas.
Individual colors must be wrapped in parentheses and separated by commas.

Some Sample Palettes:

Expand Down
Loading

0 comments on commit 82c1f3d

Please sign in to comment.