soloam / node-red-contrib-colorspace

Nodered node to convert color
MIT License
2 stars 2 forks source link

RGBW not working properly #10

Open David-Kopczynski opened 11 months ago

David-Kopczynski commented 11 months ago

When passing example

"rgbw": { "red": 40, "green": 94, "blue": 0, "white": 100 }

only exact rgbw is returned.

The expected behavior would also return all other types.