Skip to content

Commit 4c0f6c8

Browse files
committed
sphinx fixes2
1 parent 305a0a3 commit 4c0f6c8

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
@@ -56,6 +56,7 @@ def applyGamma_video(n, g_r=GFACTOR, g_g=None, g_b=None, inplace=False):
5656
2. A single CRGB, CHSV or packed integer type and optional gamma
5757
factor or separate R, G, B gamma values.
5858
3. A list of CRGB, CHSV or packed integer types (and optional gamma(s)).
59+
5960
In the tuple/list cases, the 'inplace' flag determines whether
6061
a new tuple/list is calculated and returned, or the existing
6162
value is modified in-place. By default this is 'False'.
@@ -66,6 +67,7 @@ def applyGamma_video(n, g_r=GFACTOR, g_g=None, g_b=None, inplace=False):
6667
1. Single gamma-corrected brightness level (0-255).
6768
2. A gamma-corrected CRGB value (even if input is CHSV or packed).
6869
3. A list of gamma-corrected CRGB values.
70+
6971
In the tuple/list cases, there is NO return value if 'inplace'
7072
is true -- the original values are modified.
7173
"""

0 commit comments

Comments
 (0)