WebPFrame.BlendTransparentWithPrevious Property

Gets or sets whether transparent pixels of the current frame are to be blended with corresponding pixels of the previous canvas.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool BlendTransparentWithPrevious { get; }

Property Value

true if alpha-blending is used; otherwise, false.

See Also

Reference