hue-python-rgb-converter icon indicating copy to clipboard operation
hue-python-rgb-converter copied to clipboard

RGB conversion tool written in Python for Philips Hue.

Results 2 hue-python-rgb-converter issues
Sort by recently updated
recently updated
newest added

Hi Ben, I am using your RGB Converter in a project I am doing and noticed that if your rgb_to_xy() method is called with an RGB value of (0,0,0), a...

Converting x= 0.3, y= 0.6 (green) to RGB using `xy_to_rgb(...)` and `GamutC` for the converter returns r= 235, g= 255, b= 67 what is a total different color (more towards...