Color Change Only

From Visuino
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.