Class AnimInfo
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
FrameCount
Total number of frames.
public int FrameCount { get; }
Property Value
Height
Canvas height in pixels.
public int Height { get; }
Property Value
LoopCount
Number of loop iterations (0 = infinite).
public int LoopCount { get; }
Property Value
Width
Canvas width in pixels.
public int Width { get; }