Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Basics » FillImage

FillImage


Header: AVL.h
Namespace: avl
Module: FoundationLite

Fills the input image with one color.

Syntax

C++
C#
 
void avl::FillImage
(
	avl::Image& ioImage,
	const avl::Pixel& inColor
)

Parameters

Name Type Default Description
Input will be modified ioImage Image&
Input value inColor const Pixel& Color of all pixels of the created image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

See Also

  • ClearImage – Sets image pixels in ROI to the specified value.