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

◆ mymax()

template<typename T>
T fl::anonymous_namespace{five_bit_hd_gamma.cpp}::mymax ( T a,
T b )

Definition at line 20 of file five_bit_hd_gamma.cpp.

20{ return (a > b) ? a : b; }

References mymax().

Referenced by max3(), and mymax().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: