HeifColorConversionOptions Class

The LibHeif color conversion options.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public sealed class HeifColorConversionOptions
Inheritance
Object    HeifColorConversionOptions

Constructors

HeifColorConversionOptions Initializes a new instance of the HeifColorConversionOptions class.

Properties

PreferredChromaDownsamplingAlgorithm Gets or sets the preferred chroma down-sampling algorithm.
PreferredChromaUpsamplingAlgorithm Gets or sets the preferred chroma up-sampling algorithm.
UseOnlyPreferredChromaAlgorithm Gets or sets a value indicating whether only the preferred chroma algorithm should be used.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also