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 | |
|---|---|---|---|---|
![]() |
inPixel | const 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 |


