Remove erroneous argument from hsv_to_rgbw conversion function

This commit is contained in:
xs5871 2023-01-23 19:59:50 +00:00 committed by Josh Klar
parent 1935f05ccb
commit 4d52afa086

View File

@ -59,7 +59,7 @@ def hsv_to_rgb(hue, sat, val):
return (r >> 8), (g >> 8), (b >> 8)
def hsv_to_rgbw(self, hue, sat, val):
def hsv_to_rgbw(hue, sat, val):
'''
Converts HSV values, and returns a tuple of RGBW values
:param hue: