Select the color component which is extracted from the color image.
- [Rot],[Grün],[Blau]
- The red, green or blue of the color image is extracted respectively.
- [Cyan],[Magenta],[Gelb]
- The average of the green and the blue, the blue and the red, or the red and the green is extracted respectively.
- [Schattierung]
- The color hue of each pixel is extracted. The hue of some color is below.
- 0 - Red
- 43 - Yellow
- 85 - Green
- 128 - Cyan
- 171 - Blue
- 213 - Magenta
- [Sättigung]
- The color saturation of each pixel is extracted. 0 represents a shade of gray and 255 represents a pure spectral color. Values in-between represent intermediate degrees of color saturation.
- [Intensität]
- The equivalent grayscale image is extracted. This image has all of the color removed by setting the saturation to 0.