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