Enum WebPPixelFormat
Pixel format for raw buffer encode/decode operations.
public enum WebPPixelFormat
Fields
Bgr = 224-bit Blue-Green-Red pixel format (no alpha).
Bgra = 032-bit Blue-Green-Red-Alpha pixel format. Native format for System.Drawing on Windows.
Rgb = 324-bit Red-Green-Blue pixel format (no alpha).
Rgba = 132-bit Red-Green-Blue-Alpha pixel format.