FastLED 3.9.15
Loading...
Searching...
No Matches

◆ rgb_2_rgbw_user_function()

void fl::rgb_2_rgbw_user_function ( 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 )

Definition at line 126 of file rgbw.cpp.

129 {
130 g_user_function(w_color_temperature, r, g, b, r_scale, g_scale, b_scale,
131 out_r, out_g, out_b, out_w);
132}
rgb_2_rgbw_function g_user_function
Definition rgbw.cpp:116

References g_user_function.

Referenced by rgb_2_rgbw().

+ Here is the caller graph for this function: