You are here: Start » FIL.NET » Invoke.ColorizeImage
Shows a monochromatic image in false colors.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ColorizeImage ( Fil.ColorizeImageState ioState, Fil.Image inImage, Optional<Fil.Region> inRoi, Fil.ColorPalette inPalette, bool inNegate, Optional<int> inMinValue, Optional<int> inMaxValue, Fil.Image outImage, Diagnostic<Fil.Image> diagPalette )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Fil.ColorizeImageState | ||||
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inPalette | Fil.ColorPalette | Iron | Palette of colors which is used to replace pixels. Default value: Iron. | |
![]() | inNegate | bool | Reversing palette colors. | ||
![]() | inMinValue | Ftl.Optional<int> | 0 | Minimal value of pixel that will be replaced by color from palette, otherwise first color from palette will be set. Default value: 0. | |
![]() | inMaxValue | Ftl.Optional<int> | 255 | Maximal value of pixel that will be replaced by color from palette, otherwise last color from palette will be set. Default value: 255. | |
![]() | outImage | Fil.Image | Output image. | ||
![]() | diagPalette | Fil.Diagnostic<Fil.Image> | Used palette preview. |