mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
- Replace 8-bit per-channel math with 10-bit intermediates to preserve color ratios at low brightness. - When SetOption105 (white blend mode) is enabled on a 4-byte RGBW strip, extract the minimum RGB component as a white channel (scaled by rgbwwTable[3]) rather than zeroing it, mirroring the logic in xdrv_04_light.ino. - Gamma correction is applied via ledGamma10_10 throughout, including the extracted white channel.