ColorMatrix¶
-
MLModule¶ genre LUTauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLColordefinition mlColor.def see also ColorTable,ColorModelConverterkeywords colors,c-dimension,rgba,red,green,blue,alpha
Purpose¶
The module ColorMatrix changes the colors of an input image by a color transformation matrix. The color model of the output image can be set to Gray, Gray + A, RGB, RGBA
Usage¶
Set the output color model to Gray, Gray + A, RGB, RGBA, and set the elements of the color transformation matrix.
Parameter Fields¶
Visible Fields¶
Dimension Select¶
-
name:dimensionSelect, type:Enum, default:4D, deprecated name:DimensionSelect¶ 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. |