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 | |
|---|---|---|---|---|
![]() |
ioImage | Image | ||
![]() |
inLocations | list[Location] | Locations of the pixels to be set | |
![]() |
inPixels | list[Pixel] | New pixel values |


