Investigates the color type of this FreeImageBitmap by reading the bitmaps pixel bits and analysing them.

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

Syntax

C#
public FREE_IMAGE_COLOR_TYPE ColorType { get; }
Visual Basic (Declaration)
Public ReadOnly Property ColorType As FREE_IMAGE_COLOR_TYPE
Visual C++
public:
property FREE_IMAGE_COLOR_TYPE ColorType {
	FREE_IMAGE_COLOR_TYPE get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also