You are here: Start » FIL.NET » FIS.ReplacePixels Method
FIS.ReplacePixels Method
Substitutes pixels having the specified value with a new value.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReplacePixels ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.Pixel inOldPixel, FilNet.Pixel inNewPixel, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inOldPixel | FilNet.Pixel | |||
![]() | inNewPixel | FilNet.Pixel | |||
![]() | outImage | FilNet.Image | Output image. |