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
colorCount
intThe number of colors to generate.
startHue
floatThe start hue of the colors.
endHue
floatThe end hue of the colors.
saturation
floatThe saturation of the colors.
luminance
floatThe luminance of the colors.