FreeImageBitmap.ColorType Property

FreeImage.NET

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

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

Property Value

Type: FREE_IMAGE_COLOR_TYPE
See Also