Back to Aurora Vision Library website

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

AvsFilter_AccessPixel


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

Header: AVL.h
Namespace: avs
Module: FoundationBasic

Returns individual fields of pixel.

Syntax

void avs::AvsFilter_AccessPixel
(
	const avl::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