Enum WebpDisposalMethod
Indicates how the current frame is to be treated after it has been displayed (before rendering the next frame) on the canvas.
Namespace: SixLabors.ImageSharp.Formats.Webp
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum WebpDisposalMethod
Fields
Name | Description |
---|---|
DoNotDispose | Do not dispose. Leave the canvas as is. |
RestoreToBackground | Dispose to background color. Fill the rectangle on the canvas covered by the current frame with background color specified in the ANIM chunk. |