Method GenerateRandomMix
GenerateRandomMix(int, Color, Color, Color, float, ColorSpace)
Generates a list of colors that are a random mix of the given colors.
public static List<Color> GenerateRandomMix(int colorCount, Color color1, Color color2, Color color3, float greyControl, ColorSpace mixMode)
Parameters
colorCountintThe number of colors to generate.
color1ColorThe first color to mix.
color2ColorThe second color to mix.
color3ColorThe third color to mix.
greyControlfloatThe amount of grey to mix in.
mixModeColorSpaceThe color space to mix in.