FreeImage.NET Class Library Reference
FreeImageIsRGB555 Method |
Verifies whether the FreeImage bitmap is 16bit 555.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool IsRGB555( FIBITMAP dib )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
The FreeImage bitmap to verify.
Return Value
Type: Booleantrue if the bitmap is RGB16-555; otherwise false.
See Also