Start » Filter Reference » Image » Image Basics » SetMultipleImagePixels
Module: | FoundationLite |
---|
Sets pixels of an image to the selected values (each pixel gets another value).
Name | Type | Description | |
---|---|---|---|
inImage | Image | ||
inLocations | LocationArray | Locations of the pixels to be set | |
inPixels | PixelArray | New pixel values | |
outImage | Image |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input location exceeds dimensions of an input image in SetMultipleImagePixels. |
Complexity Level
This filter is available on Advanced Complexity Level.