Random RGBW Alpha Color
Jump to navigation
Jump to search
File:TArduinoRandomRGBWAlphaColor.png
Summary
The **Random RGBW Alpha Color** component generates random colors with Red, Green, Blue, White, and Alpha (transparency) channels. It allows specifying a minimum and maximum color range, as well as a randomization seed for reproducibility.
Description
This component is useful for graphics, LED control, and any visual effect that requires dynamic random color generation. The alpha channel allows transparency control, making it versatile for layered visuals or blending operations.
Diagram:
Properties
- enabled – Enables or disables the component.
- Max (color) – Maximum color value for random generation.
- Min (color) – Minimum color value for random generation.
- Seed – Random seed for deterministic or varying color outputs.
Pins
Input Pins
- clock – Trigger input for generating a new random color.
Output Pins
- Out – Generated random RGBW color with alpha channel.
Categories
- File:TArduinoColorCategory.png Category Color – Color and graphical effect components.
- File:TArduinoAnalogCategory.png Category Analog – Analog signal components.
- File:TArduinoUtilityCategory.png Category Utility – Utility and miscellaneous components.