FreeImage.NET Class Library Reference
FREE_IMAGE_COLOR_CHANNEL Enumeration |
Color channels. Constants used in color manipulation routines.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public enum FREE_IMAGE_COLOR_CHANNEL
Members
Member name | Value | Description | |
---|---|---|---|
FICC_RGB | 0 | Use red, green and blue channels | |
FICC_RED | 1 | Use red channel | |
FICC_GREEN | 2 | Use green channel | |
FICC_BLUE | 3 | Use blue channel | |
FICC_ALPHA | 4 | Use alpha channel | |
FICC_BLACK | 5 | Use black channel | |
FICC_REAL | 6 | Complex images: use real part | |
FICC_IMAG | 7 | Complex images: use imaginary part | |
FICC_MAG | 8 | Complex images: use magnitude | |
FICC_PHASE | 9 | Complex images: use phase |
See Also