Image color types used in FreeImage.
Namespace:
FreeImageAPIAssembly: 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 name | Description | |
---|---|---|
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
|