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

FIS.FisFilter_AccessPixel Method

Returns individual fields of pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_AccessPixel
(
	FilNet.Pixel inPixel,
	out float outX,
	out float outY,
	out float outZ,
	out float outW
)

Parameters

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

See also