The MontiVision Color Channel Mixer allows to mix the three imput color channels from an RGB image to a new outpout color channels. Additional its support grayscale conversion.
| File: | ColorChannelMixer.ax |
| CLSID: | CLSID_MVColorChannelMixer |
Supported Interfaces
Supported COM Events
The filter supports following events through the IMVFilterEvents interface. Look at the filter events page for more information.
| Event |
Value |
Description |
| MV_ALGORITHM_START_EVENT |
0 |
A filter starts processing a video frame or sample. |
| MV_ALGORITHM_END_EVENT |
1 |
A filter finishes processing a video frame or sample. |
MV Color Channel Mixer Property Page
Uses the IMVColorChannelMixer interface to setup the filter.
| Gray Image Out | Enables the grayscale conversion with the color values from the first three sliders. |
| Red/Grey Output | This sliders sets the factors from the input red/green/blue input color values for the red output channel. In the grayscale mode alle three output channels contains the same value. |
| Green Output | This sliders sets the factors from the input red/green/blue input color values for the green output channel. |
| Blue Output | This sliders sets the factors from the input red/green/blue input color values for the blue output channel. |