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,
	FilNet.Pixel inOldPixel,
	FilNet.Pixel inNewPixel,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inOldPixelFilNet.Pixel
inNewPixelFilNet.Pixel
outImageFilNet.ImageOutput image.

Function Overrides

See also