FREE_IMAGE_COLOR_CHANNEL Enumeration

FreeImage.NET

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 nameValueDescription
FICC_RGB0 Use red, green and blue channels
FICC_RED1 Use red channel
FICC_GREEN2 Use green channel
FICC_BLUE3 Use blue channel
FICC_ALPHA4 Use alpha channel
FICC_BLACK5 Use black channel
FICC_REAL6 Complex images: use real part
FICC_IMAG7 Complex images: use imaginary part
FICC_MAG8 Complex images: use magnitude
FICC_PHASE9 Complex images: use phase
See Also