FreeImageBitmap.CreateICCProfile Method (Byte[])
From FreeImage.NET
FreeImage.NET Class Library Reference
| FreeImageBitmapCreateICCProfile Method (Byte) |
Creates a new ICC-Profile.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
C#
public FIICCPROFILE CreateICCProfile( byte[] data )
Parameters
- data
- Type: SystemByte
The data of the new ICC-Profile.
Return Value
Type: FIICCPROFILEThe new ICC-Profile of the bitmap.
| Exception | Condition |
|---|---|
| ArgumentNullException | data is a null reference. |