Color channels. Constants used in color manipulation routines.

Namespace:  FreeImageAPI
Assembly:  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 nameDescription
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

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also