FastLED 3.9.15
|
void rgb_2_rgbw_max_brightness | ( | uint16_t | w_color_temperature, |
uint8_t | r, | ||
uint8_t | g, | ||
uint8_t | b, | ||
uint8_t | r_scale, | ||
uint8_t | g_scale, | ||
uint8_t | b_scale, | ||
uint8_t * | out_r, | ||
uint8_t * | out_g, | ||
uint8_t * | out_b, | ||
uint8_t * | out_w ) |
The minimum brigthness of the RGB channels is used to set the W channel.
This will allow the max brightness of the led chipset to be used. However the leds will appear over-desaturated in this mode.
Definition at line 55 of file rgbw.cpp.
References scale8().
Referenced by rgb_2_rgbw().