Color Change Only: Difference between revisions

From Visuino
Jump to navigation Jump to search
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 == *..."
 
(No difference)

Latest revision as of 00:56, 24 August 2025

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.