Color Toggle Demux

From Visuino
Revision as of 01:45, 24 August 2025 by Visuino (talk | contribs) (Created page with "Image: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. <b>D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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.