|
FastLED 3.9.15
|
|
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.
| profile | pointer to a caller-owned fl::DiodeProfile, or nullptr to revert to kRgbwDefaultProfile. FastLED.setRgbwColorimetricProfile(&my_profile);
|
Definition at line 1633 of file FastLED.h.
References FL_NOEXCEPT, and fl::set_rgbw_colorimetric_profile().
Here is the call graph for this function: