You are here: Start » FIL.NET » FIS.FisFilter_MakePixel Method

FIS.FisFilter_MakePixel Method

Creates a pixel structure from individual fields.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_MakePixel
(
	float inX,
	float inY,
	float inZ,
	float inW,
	out FilNet.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.
outPixelFilNet.PixelOutput location.

See also