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
however, the icon color does not take into account the white channel, so a 0,0,0,100 would be black instead of white. I fixed that with adding icon_color: white, but it would be better representation of colours if the W channel is added.
The text was updated successfully, but these errors were encountered:
For RGB/W and RGB/WW/CW a simple expedient would be to choose an RGB color to represent warm white and another one for cold white. Scale the appropriate WW and CW colors by the brightness of their color channels and add them to the RGB color of the remaining channels. If the resulting RGB color has components greater than 100% then divide all components by the largest component to normalize it.
Hi
just wanted to add, RGBW leds are working too, like this:
however, the icon color does not take into account the white channel, so a 0,0,0,100 would be black instead of white. I fixed that with adding icon_color: white, but it would be better representation of colours if the W channel is added.
The text was updated successfully, but these errors were encountered: