|
FastLED 3.9.15
|
Frame disposal method.
Clients do not need to know about this, it is provided purely for dumping raw information about GIF frames.
| Enumerator | |
|---|---|
| NSGIF_DISPOSAL_UNSPECIFIED | No disposal method specified. |
| NSGIF_DISPOSAL_NONE | Frame remains. |
| NSGIF_DISPOSAL_RESTORE_BG | Clear frame to background colour. |
| NSGIF_DISPOSAL_RESTORE_PREV | Restore previous frame. |
| NSGIF_DISPOSAL_RESTORE_QUIRK | Alias for NSGIF_DISPOSAL_RESTORE_PREV. |
Definition at line 403 of file nsgif.hpp.