Image color types used in FreeImage.

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

Syntax

C#
public enum FREE_IMAGE_COLOR_TYPE
Visual Basic (Declaration)
Public Enumeration FREE_IMAGE_COLOR_TYPE
Visual C++
public enum class FREE_IMAGE_COLOR_TYPE

Members

Member nameDescription
FIC_MINISWHITE
min value is white
FIC_MINISBLACK
min value is black
FIC_RGB
RGB color model
FIC_PALETTE
color map indexed
FIC_RGBALPHA
RGB color model with alpha channel
FIC_CMYK
CMYK color model

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also