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

◆ aaRatioDispatch() [2/2]

template<typename Coord>
Coord fl::gfx::detail::aaRatioDispatch ( Coord num,
Coord ,
Coord inv_denom,
fl::false_type  )
inline

Definition at line 150 of file primitives.h.

150 {
151 return num * inv_denom;
152}

Referenced by fl::gfx::aaRatio().

+ Here is the caller graph for this function: