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

◆ fl_min()

FL_DISABLE_WARNING_PUSH U common_type_t< T, U > fl::fl_min ( T a,
U b )
inline

Definition at line 25 of file math_macros.h.

25 {
26 return (a < b) ? a : b;
27}

Referenced by hsv2rgb_fullspectrum(), and RGBtoHSV16().

+ Here is the caller graph for this function: