FillImage


Fills the input image with one color.

Syntax

C++
Python
 
def FillImage(
	ioImage: Image,
	inColor: Pixel,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioImage Image
Input value inColor Pixel Color of all pixels of the created image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.