FreeImage.NET Class Library Reference
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: Booleantrue if the bitmap is RGB16-565; otherwise false.
See Also