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