Sets a pixel of an image to the selected value.
Syntax
C++
C#
Python
def SetImagePixel(
ioImage: Image,
inLocation: Location,
inPixel: Pixel,
/
)
-> None
Parameters
|
Name |
Type |
Default |
Description |
 |
ioImage |
Image |
|
|
 |
inLocation |
Location |
|
Location of the pixel to be set |
 |
inPixel |
Pixel |
|
New pixel value |