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

◆ set_rgbww_colorimetric_profile()

void fl::set_rgbww_colorimetric_profile ( const colorimetric_detail::RgbcctProfile * profile)

Definition at line 98 of file rgbww.cpp.hpp.

98 {
100 if (profile == nullptr) {
101 state.has_profile = false;
102 return;
103 }
104 state.profile = *profile;
105 state.has_profile = true;
106}
TestState state
static T & instance() FL_NOEXCEPT
Definition singleton.h:41

References FL_NOEXCEPT, fl::Singleton< T, N >::instance(), and state.

+ Here is the call graph for this function: