HeifIccColorProfileAsSpan Method
Creates a new read-only span over the ICC profile data.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public ReadOnlySpan<byte> AsSpan()
Public Function AsSpan As ReadOnlySpan(Of Byte)
public:
ReadOnlySpan<unsigned char>^ AsSpan()
member AsSpan : unit -> ReadOnlySpan<byte>
Return Value
ReadOnlySpanByteThe read-only span representation of the ICC profile data.