HeifIccColorProfileAsSpan Method

Creates a new read-only span over the ICC profile data.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public ReadOnlySpan<byte> AsSpan()

Return Value

ReadOnlySpanByte
The read-only span representation of the ICC profile data.

See Also