Back to Aurora Vision Library Lite website

You are here: Start » Image » Image Basics » SetImagePixels

SetImagePixels


Header: AVL.h
Namespace: avl

Sets multiple pixels of an image to the selected value (all the pixels get the same value).

Syntax

void avl::SetImagePixels
(
	avl::Image& ioImage,
	const atl::Array<avl::Location>& inLocations,
	const avl::Pixel& inPixel
)

Parameters

Name Type Default Description
Input will be modified ioImage Image&
Input value inLocations const Array<Location>& Locations of the pixels to be set
Input value inPixel const Pixel& New pixel value

Errors

List of possible exceptions:

Error type Description
DomainError Input location exceeds dimensions of an input image in SetImagePixels.