Repeat Color: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoRepeatColor.png == Summary == The **Repeat Color** component repeats a color signal a specified number of times. == Description == This component takes a color input (such as RGB or RGBW) and outputs it multiple times according to the configured count. Useful for visual patterns, LED control, or color signal testing. <b>Diagram:</b> Image:TArduinoRepeatColor.Preview.png == Properties == *'''Enabled''' (boolean) – Enables or disables the r..."
 
(No difference)

Latest revision as of 02:44, 14 September 2025

Summary

The **Repeat Color** component repeats a color signal a specified number of times.

Description

This component takes a color input (such as RGB or RGBW) and outputs it multiple times according to the configured count. Useful for visual patterns, LED control, or color signal testing.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the repeat function.
  • Count (integer) – Number of times the color signal is repeated.

Pins

Input Pins

  • in – Input color signal to repeat.

Output Pins

  • out – Output repeated color signal.

Categories