SetMultipleImagePixels


Sets pixels of an image to the selected values (each pixel gets another value).

Syntax

C++
Python
 
def SetMultipleImagePixels(
	ioImage: Image,
	inLocations: list[Location],
	inPixels: list[Pixel],
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioImage Image
Input value inLocations list[Location] Locations of the pixels to be set
Input value inPixels list[Pixel] New pixel values