Color Toggle Demux
Jump to navigation
Jump to search
File:TArduinoColorToggleDemux.png
Summary
Routes a single color input to one of two outputs based on a boolean select input.
Description
The **Color Toggle Demux** component takes one 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 color values to different channels, devices, or visual effects based on a boolean condition.
Diagram:
Categories
- File:TArduinoColorCategory.png Category Color – Components for routing and controlling color values.
Properties
- Initial Select Value – Boolean value defining which output is active at startup.
Pins
Input Pins
- In – Single color input to be routed.
- Select – Boolean input determining which output receives the input.
Output Pins
- True – Output that carries the color when Select is true.
- False – Output that carries the color when Select is false.