|
FastLED 3.9.15
|
|
inlinestatic |
Get the next line for GIF decode.
Note that the step size must be initialised to 24 at the start of the frame (when y == 0). This is because of the first two passes of the frame have the same step size of 8, and the step size is used to determine the current pass.
| [in] | height | Frame height in pixels. |
| [in,out] | y | Current row, starting from 0, updated on exit. |
| [in,out] | step | Current step starting with 24, updated on exit. |
Definition at line 365 of file gif.cpp.hpp.
References FL_NOEXCEPT, fl::height, fl::step(), and fl::y.
Referenced by nsgif__next_row().
Here is the call graph for this function:
Here is the caller graph for this function: