Alpha Color Toggle Switch

From Visuino
Jump to navigation Jump to search

File:TArduinoAlphaColorToggleSwitch.png

Summary

Selects between two alpha color inputs based on a boolean control signal.

Description

The **Alpha Color Toggle Switch** component outputs one of two alpha color inputs depending on the state of the Select input. When Select is true, the True input is forwarded; when false, the False input is forwarded. This is useful for toggling between two transparency or alpha color states in LEDs, displays, or visual effects.

Diagram:

Categories

Properties

  • Initial Select Value – Boolean value defining which input is active at startup.

Pins

Input Pins

  • Select – Boolean input to choose which alpha color input is active.
  • True – Alpha color input corresponding to a true select input.
  • False – Alpha color input corresponding to a false select input.

Output Pins

  • Out – Active alpha color output based on the Select input.