SKWebpEncoderOptions Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options to control the WEBP encoding.
public struct SKWebpEncoderOptions
public struct SKWebpEncoderOptions : IEquatable<SkiaSharp.SKWebpEncoderOptions>
- Inheritance
-
SKWebpEncoderOptions
- Implements
Constructors
SKWebpEncoderOptions(SKWebpEncoderCompression, Single, SKTransferFunctionBehavior) |
Obsolete.
Creates a new instance of SKWebpEncoderOptions. |
SKWebpEncoderOptions(SKWebpEncoderCompression, Single) |
Creates a new instance of SKWebpEncoderOptions. |
Fields
Default |
Gets a new instance of SKWebpEncoderOptions with the values set to the defaults. |
Properties
Compression |
Gets or sets the compression level. |
Quality |
Gets or sets the quality of the encoding. |
UnpremulBehavior |
Obsolete.
Gets or sets the unpremultiplication behavior if the input is premultiplied. |
Methods
Equals(Object) | |
Equals(SKWebpEncoderOptions) | |
GetHashCode() |
Operators
Equality(SKWebpEncoderOptions, SKWebpEncoderOptions) | |
Inequality(SKWebpEncoderOptions, SKWebpEncoderOptions) |