Color Change Only

From Visuino
Revision as of 00:56, 24 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoColorChangeOnly.png == Summary == Passes color values only when they change. == Description == The **Color Change Only** component outputs a new color value only if it differs from the previously received one. This helps reduce unnecessary updates, optimize performance, and avoid redundant processing in systems where frequent identical values may occur. <b>Diagram:</b> Image:TArduinoColorChangeOnly.Preview.png == Categories == *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoColorChangeOnly.png

Summary

Passes color values only when they change.

Description

The **Color Change Only** component outputs a new color value only if it differs from the previously received one. This helps reduce unnecessary updates, optimize performance, and avoid redundant processing in systems where frequent identical values may occur.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Incoming color value.

Output Pins

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