We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7931fca commit d26cc68Copy full SHA for d26cc68
limitlessled/group/commands/v6.py
@@ -80,7 +80,6 @@ def convert_hue(self, hue, legacy_color_wheel=False):
80
:param hue: The hue in decimal percent (0.0-1.0).
81
:param legacy_color_wheel: Whether or not use the old color wheel.
82
:return: The hue regarding the LimitlessLED color wheel.
83
-
84
"""
85
hue = math.ceil(hue * self.MAX_HUE)
86
if legacy_color_wheel:
0 commit comments