You are here: Start » AVL.NET » Invoke.GetImagePixel
Returns a single pixel of an image.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GetImagePixel ( Avl.Image inImage, Avl.Location inLocation, out Avl.Pixel outPixel, out float outValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inLocation | Avl.Location | Location of the pixel to be accessed. | ||
![]() | outPixel | Avl.Pixel | Output pixel. | ||
![]() | outValue | float | Average pixel value. |