You are here: Start » AVL.NET » AVS.AvsFilter_AccessPixel Method
AVS.AvsFilter_AccessPixel Method
Returns individual fields of pixel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_AccessPixel ( AvlNet.Pixel inPixel, out float outX, out float outY, out float outZ, out float outW )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPixel | AvlNet.Pixel | Input location. | ||
![]() | outX | float | Output value of channel x. | ||
![]() | outY | float | Output value of channel y. | ||
![]() | outZ | float | Output value of channel z. | ||
![]() | outW | float | Output value of channel w. |


