FreeImage.IsRGB565 Method

FreeImage.NET

FreeImageIsRGB565 Method
Verifies whether the FreeImage bitmap is 16bit 565.

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

Parameters

dib
Type: FreeImageAPIFIBITMAP
The FreeImage bitmap to verify.

Return Value

Type: Boolean
true if the bitmap is RGB16-565; otherwise false.
See Also