Constants used in color filling routines.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public enum FREE_IMAGE_COLOR_OPTIONS |
| Visual Basic (Declaration) |
|---|
Public Enumeration FREE_IMAGE_COLOR_OPTIONS |
| Visual C++ |
|---|
public enum class FREE_IMAGE_COLOR_OPTIONS |
Members
| Member name | Description | |
|---|---|---|
| FICO_DEFAULT |
Default value.
| |
| FICO_RGB |
RGBQUAD color is RGB color (contains no valid alpha channel).
| |
| FICO_RGBA |
RGBQUAD color is RGBA color (contains a valid alpha channel).
| |
| FICO_NEAREST_COLOR |
Lookup nearest RGB color from palette.
| |
| FICO_EQUAL_COLOR |
Lookup equal RGB color from palette.
| |
| FICO_ALPHA_IS_INDEX |
rgbReserved contains the palette index to be used.
|