Skip to content

Commit 305a0a3

Browse files
committed
sphinx fixes
1 parent ce8464b commit 305a0a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_fancyled/fastled_helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def loadDynamicGradientPalette(src, size):
9797
within the overall resulting palette (whatever its size), and
9898
3 values for R, G and B...and a length for a new palette list
9999
to be allocated.
100+
100101
RETURNS: list of CRGB colors.
101102
"""
102103

@@ -119,6 +120,7 @@ def ColorFromPalette(pal, pos, brightness=255, blend=False):
119120
e.g. pass 32 to retrieve palette index 2, or 40 for an
120121
interpolated value between palette index 2 and 3, optional
121122
brightness (0-255), optional blend flag (True/False)
123+
122124
RETURNS: CRGB color, no gamma correction
123125
"""
124126

0 commit comments

Comments
 (0)