Table of Contents

Enum WebpBitsPerPixel

Namespace
SixLabors.ImageSharp.Formats.Webp
Assembly
SixLabors.ImageSharp.dll

Enumerates the available bits per pixel the webp image uses.

public enum WebpBitsPerPixel : short

Fields

Pixel24 = 24

24 bits per pixel. Each pixel consists of 3 bytes.

Pixel32 = 32

32 bits per pixel. Each pixel consists of 4 bytes (an alpha channel is present).