SKWebpEncoderOptions Struct

Definition

Options to control the WEBP encoding.

public struct SKWebpEncoderOptions
public struct SKWebpEncoderOptions : IEquatable<SkiaSharp.SKWebpEncoderOptions>
Inheritance
SKWebpEncoderOptions
Implements

Constructors

SKWebpEncoderOptions(SKWebpEncoderCompression, Single)

Creates a new instance of SKWebpEncoderOptions.

SKWebpEncoderOptions(SKWebpEncoderCompression, Single, SKTransferFunctionBehavior)
Obsolete.

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)

Applies to