Table of Contents

Enum FrameBlendMode

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

Provides a way to specify how the current frame should be blended with the previous frame in the animation sequence.

public enum FrameBlendMode

Fields

Over = 1

Blend the current frame with the previous frame in the animation sequence within the rectangle covered by the current frame. If the current has any transparent areas, the corresponding areas of the previous frame will be visible through these transparent regions.

Source = 0

Do not blend. Render the current frame on the canvas by overwriting the rectangle covered by the current frame.