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

◆ setInputGamut() [2/2]

void CFastLED::setInputGamut ( fl::DiodeProfile * profile,
fl::InputGamut g,
const float white_xy[2] )
inline

Same as above with an explicit input white-point override.

Pass nullptr for white_xy to fall back to the gamut's standard reference white (equivalent to the 2-argument overload).

Definition at line 1516 of file FastLED.h.

1517 {
1518 fl::set_input_gamut(profile, g, white_xy);
1519 }
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: