HeifIccColorProfile Class

Represents an International Color Consortium (ICC) color profile.

Definition

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

Constructors

HeifIccColorProfile(Byte) Initializes a new instance of the HeifIccColorProfile class.
HeifIccColorProfile(ReadOnlyMemoryByte) Initializes a new instance of the HeifIccColorProfile class.

Properties

ProfileType Gets the type of the color profile.
(Inherited from HeifColorProfile)

Methods

AsSpan Creates a new read-only span over the ICC profile data.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetIccProfileBytes Gets a copy of the ICC profile data.
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also