HeifIccColorProfile(ReadOnlyMemoryByte) Constructor

Initializes a new instance of the HeifIccColorProfile class.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifIccColorProfile(
	ReadOnlyMemory<byte> iccProfile
)

Parameters

iccProfile  ReadOnlyMemoryByte
The ICC profile.

Exceptions

ArgumentExceptioniccProfile is empty.

See Also