Color channels. Constants used in color manipulation routines.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public enum FREE_IMAGE_COLOR_CHANNEL |
Visual Basic (Declaration) |
---|
Public Enumeration FREE_IMAGE_COLOR_CHANNEL |
Visual C++ |
---|
public enum class FREE_IMAGE_COLOR_CHANNEL |
Members
Member name | Description | |
---|---|---|
FICC_RGB |
Use red, green and blue channels
| |
FICC_RED |
Use red channel
| |
FICC_GREEN |
Use green channel
| |
FICC_BLUE |
Use blue channel
| |
FICC_ALPHA |
Use alpha channel
| |
FICC_BLACK |
Use black channel
| |
FICC_REAL |
Complex images: use real part
| |
FICC_IMAG |
Complex images: use imaginary part
| |
FICC_MAG |
Complex images: use magnitude
| |
FICC_PHASE |
Complex images: use phase
|