Repeat Alpha Color: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image: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. <b>Diagram:</b> Image:TArduinoRepeatAlphaColor.Preview.png == Properties ==..."
 
(No difference)

Latest revision as of 02:27, 14 September 2025

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