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

AVL.FillImage

Fills the input image with one color.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inColorAvlNet.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