You are here: Start » FIL.NET » FIS.ColorizeImage Method
FIS.ColorizeImage Method
Shows a monochromatic image in false colors.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ColorizeImage ( FilNet.ColorizeImageState ioState, FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.ColorPalette inPalette, bool inNegate, int? inMinValue, int? inMaxValue, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ColorizeImageState | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inPalette | FilNet.ColorPalette | Iron | Palette of colors which is used to replace pixels. Default value: Iron. | |
![]() | inNegate | bool | Reversing palette colors. | ||
![]() | inMinValue | 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 | 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 | FilNet.Image | Output image. |
Function Overrides
- ColorizeImage(ColorizeImageState, Image, ColorPalette, Boolean, Nullable<Int32>, Nullable<Int32>, Image)
- ColorizeImage(ColorizeImageState, Image, NullableRef<Region>, ColorPalette, Boolean, Nullable<Int32>, Nullable<Int32>, Image, Image)