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 = 0Discard the transparency information for better compression.
Preserve = 1The transparency will be kept as is.