RGBW Alpha Color On/Off Switch

From Visuino
Revision as of 02:24, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaSwitch.png == Summary == The **RGBW Alpha Color On/Off Switch** routes an RGBW color signal based on an enable input, allowing selective transmission of color values. == Description == This component can selectively pass RGBW color values from its input to the output depending on the enable state. It includes options to ignore repeated values, set initial enabled state, and control whether to send the value on enable. <b>Diagram:</b> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRGBWAlphaSwitch.png

Summary

The **RGBW Alpha Color On/Off Switch** routes an RGBW color signal based on an enable input, allowing selective transmission of color values.

Description

This component can selectively pass RGBW color values from its input to the output depending on the enable state. It includes options to ignore repeated values, set initial enabled state, and control whether to send the value on enable.

Diagram:

Properties

  • Ignore Same (boolean) – If enabled, repeated identical input values are ignored.
  • Initial Enabled (boolean) – Sets the initial state of the switch.
  • Send On Enable (boolean) – If enabled, outputs the value immediately upon enabling.

Pins

Input Pins

  • in – RGBW color input.
  • enable (digital) – Digital signal to enable or disable the switch.

Output Pins

  • out – RGBW color output when enabled.

Categories