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 5abf5d8 commit 058f088Copy full SHA for 058f088
examples/color.py
@@ -26,6 +26,6 @@
26
print("blue: ", b)
27
print("clear: ", c)
28
29
- print("color temp {}".format(colorutility.calculate_color_temperature(r, b, g)))
30
- print("light lux {}".format(colorutility.calculate_lux(r, b, g)))
+ print("color temp {}".format(colorutility.calculate_color_temperature(r, g, b)))
+ print("light lux {}".format(colorutility.calculate_lux(r, g, b)))
31
time.sleep(0.5)
0 commit comments