Table of Contents

Enum WebpDisposalMethod

Namespace
SixLabors.ImageSharp.Formats.Webp
Assembly
SixLabors.ImageSharp.dll

Indicates how the current frame is to be treated after it has been displayed (before rendering the next frame) on the canvas.

public enum WebpDisposalMethod

Fields

DoNotDispose = 0

Do not dispose. Leave the canvas as is.

RestoreToBackground = 1

Dispose to background color. Fill the rectangle on the canvas covered by the current frame with background color specified in the ANIM chunk.