CodeGlyphX logo
CodeGlyphX

API Reference

Struct

WebpAnimationOptions

Namespace CodeGlyphX.Rendering.Webp
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

Options for animated WebP encoding.

Inheritance

  • ValueType
  • WebpAnimationOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public WebpAnimationOptions(Int32 loopCount = 0, UInt32 backgroundBgra = 0) #

Creates animation options.

Parameters

loopCount System.Int32 = 0 optionalposition: 0
backgroundBgra System.UInt32 = 0 optionalposition: 1

Properties

public Int32 LoopCount { get; } #

Loop count (0 = infinite).

public UInt32 BackgroundBgra { get; } #

Background color in BGRA byte order.