You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.FillImage

FIL.FillImage

Fills the input image with one color.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void FillImage
(
	FilNet.Image ioImage,
	FilNet.Pixel inColor
)

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inColorFilNet.PixelColor of all pixels of the created image.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also