Random Alpha Color
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
- File:TArduinoColorCategory.png Category Color – Components for generating and processing color values.
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.