HeifIccColorProfileGetIccProfileBytes Method |
Gets the ICC profile bytes.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic byte[] GetIccProfileBytes()
Public Function GetIccProfileBytes As Byte()
public:
array<unsigned char>^ GetIccProfileBytes()
member GetIccProfileBytes : unit -> byte[]
Return Value
ByteA clone of the ICC color profile.
See Also