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

◆ min3()

u8 fl::anonymous_namespace{rgbw.cpp.hpp}::min3 ( u8 a,
u8 b,
u8 c )
inline

Definition at line 55 of file rgbw.cpp.hpp.

55 {
56 if (a < b) {
57 if (a < c) {
58 return a;
59 } else {
60 return c;
61 }
62 } else {
63 if (b < c) {
64 return b;
65 } else {
66 return c;
67 }
68 }
69}

References min3().

Referenced by min3().

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