Creates a new ICC-Profile for dib.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public FIICCPROFILE( FIBITMAP dib, byte[] data, int size ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ dib As FIBITMAP, _ data As Byte(), _ size As Integer _ ) |
Visual C++ |
---|
public: FIICCPROFILE( FIBITMAP dib, array<unsigned char>^ data, int size ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.
- data
- Type: array<
System..::.Byte
>[]()[]
The ICC-Profile data.
- size
- Type: System..::.Int32
Number of bytes to use from data.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | dib is null. |