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

◆ setInputGamut() [1/2]

void CFastLED::setInputGamut ( fl::DiodeProfile * profile,
fl::InputGamut g )
inline

Reconfigure profile's input gamut to one of the named source chromaticity sets (Native / Rec709 / Rec2020 / DCI-P3 D65 / D60).

Mutates profile in place; no-op if profile == nullptr.

FastLED.setInputGamut(&my_profile, fl::InputGamut::Rec709);
CFastLED FastLED
Global LED strip management instance.

Definition at line 1509 of file FastLED.h.

1509 {
1510 fl::set_input_gamut(profile, g);
1511 }
void set_input_gamut(DiodeProfile *profile, InputGamut g, const float white_xy[2]) FL_NOEXCEPT
Definition rgbw.cpp.hpp:242

References FL_NOEXCEPT, and fl::set_input_gamut().

+ Here is the call graph for this function: