Back to Adaptive Vision Library website

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

ClearImage


Header:AVL.h
Namespace:avl

Sets image pixels to the specified value.

Syntax

C++
C#
 
void avl::ClearImage
(
	avl::Image& ioImage,
	atl::Optional<const avl::Region&> inRegion,
	const avl::Pixel& inValue
)

Parameters

Name Type Default Description
ioImage Image&
inRegion Optional<const Region&> NIL Input region
inValue const Pixel& The new background color