Alpha Color Demux(Multiple Output channel Switch)
Jump to navigation
Jump to search
File:TArduinoAlphaColorDemux.png
Summary
Routes a single alpha color input to multiple outputs based on a channel selection.
Description
The **Alpha Color Demux** component takes one alpha color input and routes it to one of several output channels according to the Select input. The number of output channels is configurable. This is useful for dynamically directing transparency or alpha color data to different parts of a system, such as multiple LEDs, displays, or visual effect modules.
Diagram:
Categories
- File:TArduinoColorCategory.png Category Alpha Color – Components for routing alpha color values.
Properties
- Initial Channel – Default output channel selected at startup.
- Output Pins – Number of output channels to distribute the input to.
Pins
Input Pins
- In – Single alpha color input to be routed.
- Select – Integer input specifying which output channel receives the input.
Output Pins
- Out – Multiple outputs (number depends on Output Pins set), with the selected channel carrying the input.