Enum WebpTransparentColorMode
- Namespace
- SixLabors.ImageSharp.Formats.Webp
- Assembly
- SixLabors.ImageSharp.dll
Enum indicating how the transparency should be handled on encoding.
public enum WebpTransparentColorMode
Fields
Clear = 0
Discard the transparency information for better compression.
Preserve = 1
The transparency will be kept as is.