Start » Filter Reference » Image » Image Basics » SetImagePixel
Module: | FoundationLite |
---|
Sets a pixel of an image to the selected value.
Name | Type | Description | |
---|---|---|---|
inImage | Image | ||
inLocation | Location | Location of the pixel to be set | |
inPixel | Pixel | New pixel value | |
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 SetImagePixel. |
Complexity Level
This filter is available on Advanced Complexity Level.