Back to Adaptive Vision Library Lite website

You are here: Start » Image Basics » FillImage

FillImage


Header:AVL.h
Namespace:avl

Fills the picture with color.

Syntax

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

Parameters

Name Type Default Description
ioImage Image&
inColor const Pixel& Color of all pixels of the created image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.