You are here: Start » AVL.NET » AVS.AvsFilter_AccessPixel Method

AVS.AvsFilter_AccessPixel Method

Returns individual fields of pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessPixel
(
	AvlNet.Pixel inPixel,
	out float outX,
	out float outY,
	out float outZ,
	out float outW
)

Parameters

Name Type Range Default Description
inPixelAvlNet.PixelInput location.
outXfloatOutput value of channel x.
outYfloatOutput value of channel y.
outZfloatOutput value of channel z.
outWfloatOutput value of channel w.

See also