Fix RGBW strips not using dedicated white LED
On RGBW strips (e.g. SK6812), setting color to #FFFFFF would only
illuminate the RGB LEDs to create mixed white, ignoring the dedicated
W LED. Add auto white balance calculation that extracts min(R,G,B)
as the W channel, matching WLED's "Accurate" white mode.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>