ColorMatrix¶
-
MLModule
¶ genre LUT
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLColor
definition mlColor.def see also ColorTable
,ColorModelConverter
keywords 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 selected to Gray, Gray + A, RGB, RGBA
Usage¶
Select 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. |