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

◆ fl_max()

template<typename T, typename U>
common_type_t< T, U > fl::fl_max ( T a,
U b )
inline

Definition at line 29 of file math_macros.h.

29 {
30 return (a > b) ? a : b;
31}

Referenced by five_bit_bitshift(), hsv2rgb_fullspectrum(), and RGBtoHSV16().

+ Here is the caller graph for this function: