Alpha Color Toggle Demux
Jump to navigation
Jump to search
File:TArduinoAlphaColorToggleDemux.png
Summary
Routes a single alpha color input to one of two outputs based on a boolean select input.
Description
The **Alpha Color Toggle Demux** component takes one alpha color input and routes it to either the True or False output depending on the state of the Select input. This is useful for dynamically directing transparency or alpha color values to different channels, devices, or visual effects based on a boolean condition.
Diagram:
Categories
- File:TArduinoColorCategory.png Category Alpha Color – Components for routing and controlling alpha color values.
Properties
- Initial Select Value – Boolean value defining which output is active at startup.
Pins
Input Pins
- In – Single alpha color input to be routed.
- Select – Boolean input determining which output receives the input.
Output Pins
- True – Output that carries the alpha color when Select is true.
- False – Output that carries the alpha color when Select is false.