FREE_IMAGE_COLOR_TYPE Enumeration

FreeImage.NET

FREE_IMAGE_COLOR_TYPE Enumeration
Image color types used in FreeImage.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public enum FREE_IMAGE_COLOR_TYPE
Members
  Member nameValueDescription
FIC_MINISWHITE0 min value is white
FIC_MINISBLACK1 min value is black
FIC_RGB2 RGB color model
FIC_PALETTE3 color map indexed
FIC_RGBALPHA4 RGB color model with alpha channel
FIC_CMYK5 CMYK color model
See Also