Alpha Color Change Only

From Visuino
Revision as of 00:58, 24 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAlphaColorChangeOnly.png == Summary == Passes alpha color values only when they change. == Description == The **Alpha Color Change Only** component outputs a new alpha color value only if it differs from the previously received one. This prevents redundant updates, reduces unnecessary data flow, and optimizes performance in systems where color values may remain constant for long periods. <b>Diagram:</b> Image:TArduinoAlphaColorChangeOn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAlphaColorChangeOnly.png

Summary

Passes alpha color values only when they change.

Description

The **Alpha Color Change Only** component outputs a new alpha color value only if it differs from the previously received one. This prevents redundant updates, reduces unnecessary data flow, and optimizes performance in systems where color values may remain constant for long periods.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Incoming alpha color value.

Output Pins

  • Out – Outputs the alpha color only when it changes from the previous value.