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


