You are here: Start » FIL.NET » Function Reference » Image » Image Point Transforms » FIL.ReplacePixels

FIL.ReplacePixels

Substitutes pixels having the specified value with a new value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Hardware Acceleration

This operation is optimized for SSE2 technology for pixels of types: 1xUINT8, 1xSINT16.

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Region exceeds an input image in ReplacePixels.

Function Overrides

See also