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

◆ build_lut() [1/2]

LutTable fl::colorimetric_detail::build_lut ( const ProfileCache & cache,
int grid_n )
inline

Definition at line 445 of file rgbw_colorimetric.h.

445 {
446 return build_lut(cache, grid_n, LutInterp::Hermite);
447}
LutTable build_lut(const ProfileCache &cache, int grid_n, LutInterp interp) FL_NOEXCEPT

References build_lut(), FL_NOEXCEPT, and Hermite.

+ Here is the call graph for this function: