Skip to content

Commit dd82fe0

Browse files
authored
Update __init__.c
Add a bit more info to the docs for the rainboxio.colorwheel function, making it more useful to someone just getting started.
1 parent 8c0d596 commit dd82fe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared-bindings/rainbowio/__init__.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
//|
1717
//| def colorwheel(n: float) -> int:
1818
//| """C implementation of the common colorwheel() function found in many examples.
19-
//| Returns the colorwheel RGB value as an integer value for n (usable in neopixel and dotstar).
19+
//| Takes a hue, a value between 0-255, and returns an RGB tuple encoded as an
20+
//| integer value (usable in neopixel and dotstar).
2021
//| """
2122
//| ...
2223
//|

0 commit comments

Comments
 (0)