Method GenerateRandomOffset
GenerateRandomOffset(int, Color, float, float)
Generates a list of colours that are randomly offset from a given color.
public static List<Color> GenerateRandomOffset(int colorCount, Color startColor, float min, float max)
Parameters
colorCountintThe number of colors to generate.
startColorColorThe color to offset from.
minfloatThe minimum offset for the random color generation.
maxfloatThe maximum offset for the random color generation.