Back to FabImage Studio website
You are here: Start » Filter Reference » Image Basics » GetImagePixel
Returns a single pixel of an image.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inLocation | Location | Location of the pixel to be accessed |
![]() |
outPixel | Pixel | Output pixel |
![]() |
outValue | Real | Average pixel value |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Input location exceeds dimensions of an input image in GetImagePixel. |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filters is member of GetImagePixel filter group.