DisposalMode
Indicates the way in which a frame is treated after being displayed.
Inherits: enum.Enum
Properties
BACKGROUND- Restore to background color.DEFAULT- No disposal method specifiedNONE- Do not disposePREVIOUS- Restore to previous content.
Properties
BACKGROUNDclass-attributeinstance-attribute
Restore to background color.
DEFAULTclass-attributeinstance-attribute
No disposal method specified
NONEclass-attributeinstance-attribute
Do not dispose
PREVIOUSclass-attributeinstance-attribute
Restore to previous content.