This function destroys an FIICCPROFILE previously created by CreateICCProfile(FIBITMAP, array<Byte>[]()[], Int32).
After this call the bitmap will contain no profile information.
This function should be called to ensure that a stored bitmap will not contain any profile information.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static void DestroyICCProfile( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Sub DestroyICCProfile ( _ dib As FIBITMAP _ ) |
Visual C++ |
---|
public: static void DestroyICCProfile( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.