Repeat Alpha Color
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
- File:TArduinoDigitalCategory.png Category Digital – Control-enabled components.
- File:TArduinoColorCategory.png Category Color – RGB/Alpha color components.