IccProfile Constructor.
[C#] StreamObject(ObjectSoup soup, byte[] data) StreamObject(ObjectSoup soup, string path) [Visual Basic] Sub New(soup As ObjectSoup, data As Byte()) Sub New(soup As ObjectSoup, path As String)
StreamObject(ObjectSoup soup, byte[] data) StreamObject(ObjectSoup soup, string path)
Sub New(soup As ObjectSoup, data As Byte()) Sub New(soup As ObjectSoup, path As String)
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.