Random Alpha Color: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoRandomAlphaColor.png == Summary == Generates random alpha color values within a specified range. == Description == The **Random Alpha Color** component outputs random alpha colors (colors with transparency) between defined minimum and maximum values. It can be seeded for reproducible results and triggered with a clock input. This is useful in applications requiring randomized color effects, dynamic visuals, or testing scenarios where variati..."
 
(No difference)

Latest revision as of 00:53, 24 August 2025

File:TArduinoRandomAlphaColor.png

Summary

Generates random alpha color values within a specified range.

Description

The **Random Alpha Color** component outputs random alpha colors (colors with transparency) between defined minimum and maximum values. It can be seeded for reproducible results and triggered with a clock input. This is useful in applications requiring randomized color effects, dynamic visuals, or testing scenarios where variation is needed.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Max – Maximum alpha color value in the random range.
  • Min – Minimum alpha color value in the random range.
  • Seed – Defines the initial random seed for repeatable results.

Pins

Input Pins

  • Clock – Triggers generation of a new random alpha color.

Output Pins

  • Out – Outputs the generated random alpha color value.