FreeImage.NET Class Library Reference
![]() | FREE_IMAGE_COLOR_OPTIONS Enumeration |
Constants used in color filling routines.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
SyntaxC#
public enum FREE_IMAGE_COLOR_OPTIONS
Members| Member name | Value | Description | |
|---|---|---|---|
| DEFAULT | 0 | Default value. | |
| IS_RGB_COLOR | 0 | RGBQUAD color is RGB color (contains no valid alpha channel). | |
| IS_RGBA_COLOR | 1 | RGBQUAD color is RGBA color (contains a valid alpha channel). | |
| FIND_EQUAL_COLOR | 2 | Lookup equal RGB color from palette. | |
| ALPHA_IS_INDEX | 4 | rgbReserved contains the palette index to be used. | |
| PALETTE_SEARCH_MASK | 6 | No color lookup is performed |
See Also