Table of Contents

Class AnimInfo

Namespace
Imazen.WebP
Assembly
Imazen.WebP.dll

Information about an animated WebP image.

public class AnimInfo
Inheritance
AnimInfo
Inherited Members

Properties

BackgroundColor

Background color (BGRA packed in uint32).

public uint BackgroundColor { get; }

Property Value

uint

FrameCount

Total number of frames.

public int FrameCount { get; }

Property Value

int

Height

Canvas height in pixels.

public int Height { get; }

Property Value

int

LoopCount

Number of loop iterations (0 = infinite).

public int LoopCount { get; }

Property Value

int

Width

Canvas width in pixels.

public int Width { get; }

Property Value

int