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

◆ setRgbwColorimetricProfile()

void CFastLED::setRgbwColorimetricProfile ( const fl::DiodeProfile * profile)
inline

Install a user-supplied RGBW diode chromaticity profile for the colorimetric modes.

The pointer is stored — caller must keep the DiodeProfile alive for as long as a colorimetric mode is active. No-op when FASTLED_RGBW_COLORIMETRIC is undefined.

Parameters
profilepointer to a caller-owned fl::DiodeProfile, or nullptr to revert to kRgbwDefaultProfile.
FastLED.setRgbwColorimetricProfile(&my_profile);
CFastLED FastLED
Global LED strip management instance.

Definition at line 1633 of file FastLED.h.

1633 {
1635 }
void set_rgbw_colorimetric_profile(const DiodeProfile *profile) FL_NOEXCEPT
Definition rgbw.cpp.hpp:199

References FL_NOEXCEPT, and fl::set_rgbw_colorimetric_profile().

+ Here is the call graph for this function: