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

◆ nsgif__animation_complete()

static bool fl::third_party::nsgif__animation_complete ( int count,
int max )
inlinestatic

Definition at line 1863 of file gif.cpp.hpp.

1864{
1865 if (max == 0) {
1866 return false;
1867 }
1868
1869 return (count >= max);
1870}
constexpr common_type_t< T, U > max(T a, U b) FL_NOEXCEPT
Definition math.h:75

References FL_NOEXCEPT, and fl::max().

Referenced by nsgif_frame_prepare().

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