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

◆ clamp_q16()

i32 fl::FlowFieldFP::clamp_q16 ( i32 v,
i32 lo,
i32 hi )
staticprivate

Definition at line 537 of file flowfield.cpp.hpp.

537 {
538 return (v < lo) ? lo : (v > hi) ? hi : v;
539}

Referenced by flowPrepare().

+ Here is the caller graph for this function: