| genre | LUT |
| status | stable |
| authors | Regina Ochotzki, Mathias Schlueter |
| package | MeVisLab/Standard |
| dll | MLColor |
| definition | mlColor.def |
| see also | ColorTable, ColorModelConverter, Lut |
| keywords | Matrix, colors, c-dimension, rgba, red, green, blue, alpha |
The module ColorMatrix changes the colors of an input image by a color tranformation matrix. The color model of the output image can be selected to Gray, Gray + A, RGB, RGBA
Select the output color model to Gray, Gray + A, RGB, RGBA and set the elements of the color tranformation matrix.
Defines the color dimension.
Values:
| Title | Name | Description |
|---|---|---|
| 1d | 1D | Gray image. |
| 2d | 2D | Gray image with alpha channel. |
| 3d | 3D | RGB image. |
| 4d | 4D | RGBA image. |