Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Pixel » FisFilter_AccessPixel

FisFilter_AccessPixel


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: FIL.h
Namespace: fis
Module: FoundationBasic

Returns individual fields of pixel.

Syntax

void fis::FisFilter_AccessPixel
(
	const fil::Pixel& inPixel,
	float& outX,
	float& outY,
	float& outZ,
	float& outW
)

Parameters

Name Type Default Description
Input value inPixel const Pixel& Input location
Output value outX float& Output value of channel x
Output value outY float& Output value of channel y
Output value outZ float& Output value of channel z
Output value outW float& Output value of channel w