FreeImageBitmap.IsRGB555 Property

From FreeImage.NET

FreeImageBitmapIsRGB555 Property
Gets whether the bitmap is RGB 555.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool IsRGB555 { get; }

Property Value

Type: Boolean
See Also