Method GenerateRandomLuminance
GenerateRandomLuminance(int, float, float)
Generates a list of colours with given hue, given saturation and random luminance.
public static List<Color> GenerateRandomLuminance(int colorCount, float hue, float saturation)
Parameters
colorCountintThe number of colors to generate.
huefloatThe hue of the colors.
saturationfloatThe saturation of the colors.