philble icon indicating copy to clipboard operation
philble copied to clipboard

Use CIE XY color conversion

Open alexhorn opened this issue 3 years ago • 1 comments

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)

alexhorn avatar Aug 04 '21 19:08 alexhorn

libhueble does that

arch-user-france1 avatar Oct 16 '22 14:10 arch-user-france1