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

◆ rgb_2_rgbw_colorimetric_boosted()

void fl::rgb_2_rgbw_colorimetric_boosted ( u16 w_color_temperature,
u8 r,
u8 g,
u8 b,
u8 r_scale,
u8 g_scale,
u8 b_scale,
u8 * out_r,
u8 * out_g,
u8 * out_b,
u8 * out_w )

Definition at line 527 of file rgbw.cpp.hpp.

530 {
531#ifndef FASTLED_SUPPRESS_COLORIMETRIC_FALLBACK_WARNING
532 FL_WARN_ONCE("RGBW: kRGBWColorimetricBoosted requested but FASTLED_RGBW_COLORIMETRIC is not defined — falling back to kRGBWExactColors. Define FASTLED_RGBW_COLORIMETRIC=1 to enable the colorimetric path.");
533#endif
534 rgb_2_rgbw_exact(w_color_temperature, r, g, b, r_scale, g_scale, b_scale,
535 out_r, out_g, out_b, out_w);
536}
#define FL_WARN_ONCE(X)
Definition log.h:278
void rgb_2_rgbw_exact(u16 w_color_temperature, u8 r, u8 g, u8 b, u8 r_scale, u8 g_scale, u8 b_scale, u8 *out_r, u8 *out_g, u8 *out_b, u8 *out_w)
Converts RGB to RGBW using a color transfer method from saturated color channels to white.
Definition rgbw.cpp.hpp:80

References FL_NOEXCEPT, FL_WARN_ONCE, and rgb_2_rgbw_exact().

Referenced by rgb_2_rgbw().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: