GetImagePixel
Returns a single pixel of an image.
Syntax
C++
Python
def GetImagePixel( inImage: Image, inLocation: Location, / ) -> ( outPixel: Pixel, outValue: float )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inLocation | Location | Location of the pixel to be accessed | |
![]() |
outPixel | Pixel | Output pixel | |
![]() |
outValue | float | Average pixel value |


