SetImagePixel


Sets a pixel of an image to the selected value.

Syntax

C++
Python
 
def SetImagePixel(
	ioImage: Image,
	inLocation: Location,
	inPixel: Pixel,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioImage Image
Input value inLocation Location Location of the pixel to be set
Input value inPixel Pixel New pixel value