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

◆ rgb_2_rgbw_user_function()

void 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 125 of file rgbw.cpp.

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

References g_user_function.

Referenced by rgb_2_rgbw().

+ Here is the caller graph for this function: