You are here: Start » AVL.NET » Invoke.GetImagePixel

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
inImageAvl.ImageInput image.
inLocationAvl.LocationLocation of the pixel to be accessed.
outPixelAvl.PixelOutput pixel.
outValuefloatAverage pixel value.

See also