FastLED 3.7.8
Loading...
Searching...
No Matches
RGB

Converts RGB to RGBW using a color transfer method from saturated color channels to white.

Converts RGB to RGBW using a color transfer method from saturated color channels to white. This is designed to produce the most accurate white point for a given color temperature and reduces power usage of the chip since a white led is much more efficient than three color channels of the same power mixing together. However the pixel will never achieve full brightness since the white channel is 3x more efficient than the color channels mixed together, so in this mode the max brightness of a given pixel is reduced. (255, 255, 255) -> RGBW(0, 0, 0, 85)