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

◆ nsgif_disposal

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.

403 {
409};
@ NSGIF_DISPOSAL_UNSPECIFIED
No disposal method specified.
Definition nsgif.hpp:404
@ NSGIF_DISPOSAL_NONE
Frame remains.
Definition nsgif.hpp:405
@ NSGIF_DISPOSAL_RESTORE_BG
Clear frame to background colour.
Definition nsgif.hpp:406
@ NSGIF_DISPOSAL_RESTORE_PREV
Restore previous frame.
Definition nsgif.hpp:407
@ NSGIF_DISPOSAL_RESTORE_QUIRK
Alias for NSGIF_DISPOSAL_RESTORE_PREV.
Definition nsgif.hpp:408