Investigates the color type of this FreeImageBitmap
by reading the bitmaps pixel bits and analysing them.
Namespace:
FreeImageAPIAssembly: 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 (); } |