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

◆ get_rgbww_colorimetric_profile()

const colorimetric_detail::RgbcctProfile * fl::get_rgbww_colorimetric_profile ( )

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

108 {
109 const RgbwwColorimetricState& state = fl::Singleton<RgbwwColorimetricState>::instance();
110 return state.has_profile ? &state.profile : &kRgbwwDefaultProfile;
111}
TestState state
static T & instance() FL_NOEXCEPT
Definition singleton.h:41
const colorimetric_detail::RgbcctProfile kRgbwwDefaultProfile
Definition rgbww.cpp.hpp:53

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

+ Here is the call graph for this function: