You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you can make your color conversion more accurate by using hue-python-rgb-converter to convert your RGB values to CIE XY coordinates and then packing them into two 16-bit little-endian integers.
I think you can make your color conversion more accurate by using hue-python-rgb-converter to convert your RGB values to CIE XY coordinates and then packing them into two 16-bit little-endian integers.
(See: https://github.com/alexhorn/libhueble/blob/main/src/__init__.py#L79)
The text was updated successfully, but these errors were encountered: