1

im working with the phue library and want to change the color with

b.set_group(group, "hue", color)

I have read, that color is a number between 0 and 65535.

I want to input a rgb number, so i will need to convert it first. May someone got a idea how i can do this?