I want to develop a random color generator but it is clear, that is, it is possible to read a text with the black color on the color generated randomly.
Random colors I can generate by means of the following code:
RGB(RandomRange(0,255), RandomRange(0,255), RandomRange(0,255));
The question is: How to generate only light colors ?