FreeImage.HasBackgroundColor Method

FreeImage.NET

FreeImageHasBackgroundColor Method
Returns whether the bitmap has a file background color.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool HasBackgroundColor(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.

Return Value

Type: Boolean
Returns true when the image has a file background color, false otherwise.
See Also