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