Back to FabImage Library Lite website

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

FillImage


Header: FIL.h
Namespace: fil

Fills the input image with one color.

Syntax

void fil::FillImage
(
	fil::Image& ioImage,
	const fil::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.

See Also

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