Gets whether the bitmap is RGB 555.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public bool IsRGB555 { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsRGB555 As Boolean
Visual C++
public:
property bool IsRGB555 {
	bool get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also