FIICCPROFILE Constructor (FIBITMAP, Byte[])

FreeImage.NET

FIICCPROFILE Constructor (FIBITMAP, Byte)
Creates a new ICC-Profile for dib.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public FIICCPROFILE(
	FIBITMAP dib,
	byte[] data
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
data
Type: SystemByte
The ICC-Profile data.
Exceptions
ExceptionCondition
ArgumentNullExceptiondib is null.
See Also