Table of Contents

Enum WebPPixelFormat

Namespace
Imazen.WebP
Assembly
Imazen.WebP.dll

Pixel format for raw buffer encode/decode operations.

public enum WebPPixelFormat

Fields

Bgr = 2

24-bit Blue-Green-Red pixel format (no alpha).

Bgra = 0

32-bit Blue-Green-Red-Alpha pixel format. Native format for System.Drawing on Windows.

Rgb = 3

24-bit Red-Green-Blue pixel format (no alpha).

Rgba = 1

32-bit Red-Green-Blue-Alpha pixel format.