We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c0d596 + dd82fe0 commit acbf3b4Copy full SHA for acbf3b4
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