Alpha Color On/Off Switch

From Visuino
Jump to navigation Jump to search

File:TArduinoAlphaColorOnOffSwitch.png

Summary

Controls whether an alpha color signal is passed through based on enable input and settings.

Description

The **Alpha Color On/Off Switch** component allows or blocks the alpha color signal based on the Enable input and its properties. When enabled, the incoming alpha color is forwarded to the output. The Ignore Same property prevents redundant updates, and Send On Enable determines whether the current value is sent when the switch is enabled.

Diagram:

Categories

Properties

  • Ignore Same – If true, suppresses output when the incoming value is unchanged.
  • Initial Enabled – Sets the initial state of the switch.
  • Send On Enable – If true, sends the current value when the switch is enabled.

Pins

Input Pins

  • Enable – Boolean input to enable or disable the output.
  • In – Alpha color input signal.

Output Pins

  • Out – Alpha color output, passed through only when enabled.