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