Alpha Color Toggle Demux

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

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.