Feature request
What problem does this feature solve?
Currently Hyperion supports multiple methods to convert RGB to RGBW data. However, they are generic and do not take into account the exact white colour temperature specific LED strip can have. It would be great to have another RGB->RGBW conversion algorithm which would take colour temperature of white LED channel as input and subtract it from the RGB signal.
What does the proposed API look like?
This won't require a new API. It might effect the configuration menus to provide another option when choosing for a conversion algorithm with an colour temperature parameter field.
How should this be implemented in your opinion?
It is actually a fairly straightforward. The change will mostly effect Rgb_To_Rgbw class.
Are you willing to work on this yourself?
Yep. I have a prototype, which I can share.