Method GenerateRandomHueInRange
GenerateRandomHueInRange(int, float, float, float, float)
Generates a color with random hue in the given range, given saturation and given luminance.
public static List<Color> GenerateRandomHueInRange(int colorCount, float startHue, float endHue, float saturation, float luminance)
Parameters
colorCountintThe number of colors to generate.
startHuefloatThe start hue of the colors.
endHuefloatThe end hue of the colors.
saturationfloatThe saturation of the colors.
luminancefloatThe luminance of the colors.