Back to Aurora Vision Library Lite website

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

ClearImage


Header: AVL.h
Namespace: avl

Sets image pixels in ROI to the specified value.

Syntax

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

Parameters

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

See Also

  • FillImage – Fills the input image with one color.