DisposeType

enum DisposeType : Enum<DisposeType>

Define the GIF disposal image setting for images that are being created or read in.

 

The layer disposal method defines the way each the displayed image is to be modified after the current 'frame' of an animation has finished being displayed (after its 'delay' period), but before the next frame on an animation is to be overlaid onto the display.

Entries

Link copied to clipboard

Clear to the image prior to this frames overlay.

Link copied to clipboard

Clear the frame area with the background color.

Link copied to clipboard

Do not dispose, just overlay next frame image.

Link copied to clipboard

No disposal specified (equivalent to 'none').

Link copied to clipboard

No disposal specified (equivalent to 'none').

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int