Enum WebpTransparentColorMode
Enum indicating how the transparency should be handled on encoding.
Namespace: SixLabors.ImageSharp.Formats.Webp
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum WebpTransparentColorModeFields
| Name | Description | 
|---|---|
| Clear | Discard the transparency information for better compression. | 
| Preserve | The transparency will be kept as is. |