FreeImage.NET Class Library Reference
FreeImageCreateICCProfileEx Method (FIBITMAP, Byte) |
Creates a new ICC-Profile for a FreeImage bitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIICCPROFILE CreateICCProfileEx( FIBITMAP dib, byte[] data )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap. - data
- Type: SystemByte
The data of the new ICC-Profile.
Return Value
Type: FIICCPROFILEThe new ICC-Profile of the bitmap.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | dib is null. |
See Also