Repeat Alpha Color

From Visuino
Jump to navigation Jump to search

File:TArduinoRepeatAlphaColor.png

Summary

The **Repeat Alpha Color** component outputs a repeated sequence of an input color value a specified number of times.

Description

This component takes a single input color (RGB or RGBA) and duplicates it according to the configured count. Useful for populating arrays or sequences of colors in LED strips or graphics pipelines.

Diagram:

Properties

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

Pins

Input Pins

  • in – Input color value to repeat.

Output Pins

  • out – Output color sequence with repeated values.

Categories