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

AVS.AvsFilter_MakePixel Method

Creates a pixel structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakePixel
(
	float inX,
	float inY,
	float inZ,
	float inW,
	out AvlNet.Pixel outPixel
)

Parameters

Name Type Range Default Description
inXfloatInput value of channel x.
inYfloatInput value of channel y.
inZfloatInput value of channel z.
inWfloatInput value of channel w.
outPixelAvlNet.PixelOutput location.

See also