FreeImage.NET Class Library Reference
FreeImageBitmapCreateICCProfile Method (Byte, Int32) |
Creates a new ICC-Profile.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public FIICCPROFILE CreateICCProfile( byte[] data, int size )
Parameters
- data
- Type: SystemByte
The data of the new ICC-Profile. - size
- Type: SystemInt32
The number of bytes of data to use.
Return Value
Type: FIICCPROFILEThe new ICC-Profile of the bitmap.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | data is null. |
See Also