Start » Filter Reference » Basic » Pixel » MakePixel
Module: | FoundationLite |
---|
Creates a pixel structure from individual fields.
Name | Type | Description | |
---|---|---|---|
inX | Real | Input value of channel x | |
inY | Real | Input value of channel y | |
inZ | Real | Input value of channel z | |
inW | Real | Input value of channel w | |
outPixel | Pixel | Output location |
Hints
- Consider using "Expand Structure Fields" command from the input port's context menu instead of this filter. This will make the program more concise and thus easier to understand in most cases.
- "Make" filters should only be used when you need to create a structure explicitly and then use it in more than one further filters.
Complexity Level
This filter is available on Basic Complexity Level.