Alpha Color Array: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoAlphaColorArray.png == Summary == Outputs values from a configurable array of alpha colors. == Description == The **Alpha Color Array** component allows you to define a set of alpha color values using elements. On each '''Clock''' trigger, it outputs the value corresponding to the current '''Index''', which can also be set externally. This is useful for cycling through multiple transparency values in LEDs, displays, or visual effects. <b>..."
 
(No difference)

Latest revision as of 02:04, 24 August 2025

File:TArduinoAlphaColorArray.png

Summary

Outputs values from a configurable array of alpha colors.

Description

The **Alpha Color Array** component allows you to define a set of alpha color values using elements. On each Clock trigger, it outputs the value corresponding to the current Index, which can also be set externally. This is useful for cycling through multiple transparency values in LEDs, displays, or visual effects.

Diagram:

Categories

Properties

  • Elements – Define the list of alpha color values to use.
  • Initial Index – The starting index for the output.

Pins

Input Pins

  • Clock – Triggers output of the current element.
  • Index – Optional input to set the output element index manually.

Output Pins

  • Out – Outputs the alpha color value corresponding to the current index.