Enum WebpBitsPerPixel
Enumerates the available bits per pixel the webp image uses.
Namespace: SixLabors.ImageSharp.Formats.Webp
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum WebpBitsPerPixel : short
Fields
| Name | Description |
|---|---|
| Pixel24 | 24 bits per pixel. Each pixel consists of 3 bytes. |
| Pixel32 | 32 bits per pixel. Each pixel consists of 4 bytes (an alpha channel is present). |