IccProfile Constructor.
[C#] IccProfile(ObjectSoup soup, byte[] data) IccProfile(ObjectSoup soup, string path)
IccProfile(ObjectSoup soup, byte[] data) IccProfile(ObjectSoup soup, string path)
may throw Exception()
Create an IccProfile object.
If the content provided is not a valid ICC profile then an exception will be thrown.
See the PixMap.Recolor function.