Alpha Color Change Only
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
- File:TArduinoColorCategory.png Category Alpha Color – Components for processing and filtering alpha color values.
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.