Installation:
To install this component, follow these steps:
Actions:
RandomColourBasic: This is the basic action that generates a list of random colors. Simply provide the parameter "NrOfColours" to specify the desired number of colors.
RandomColourFromList: This alternative action follows the same principle as the previous one but returns colors from the C# color library. In addition to "NrOfColours," you can also provide the "Threshold" parameter to control the diversity of colors. The "Threshold" value should be between 0 and 254. Higher values will result in a greater variety of colors being returned.