如何将 rgb 转换为 hue 颜色格式?

How to convert rgb to hue color format?

我正在使用 phue 库并希望使用

更改颜色
b.set_group(group, "hue", color)

我看过了,那个颜色是0到65535之间的数字。

我想输入一个RGB数字,所以我需要先转换它。 有人知道我该怎么做吗?

您可能会从这些链接获得一些转换帮助:

https://github.com/PhilipsHue/PhilipsHueSDK-iOS-OSX/blob/00187a3db88dedd640f5ddfa8a474458dff4e1db/ApplicationDesignNotes/RGB%20to%20xy%20Color%20conversion.md

https://github.com/studioimaginaire/phue/blob/master/examples/rgb_colors.py