We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0d596 commit dd82fe0Copy full SHA for dd82fe0
shared-bindings/rainbowio/__init__.c
@@ -16,7 +16,8 @@
16
//|
17
//| def colorwheel(n: float) -> int:
18
//| """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).
+//| Takes a hue, a value between 0-255, and returns an RGB tuple encoded as an
20
+//| integer value (usable in neopixel and dotstar).
21
//| """
22
//| ...
23
0 commit comments