Method WithSaturation
WithSaturation(IGenerator<Color>, IGenerator<float>)
Creates a color generator that generates color from a source generator, setting their saturation to values generated from another generator.
public static IGenerator<Color> WithSaturation(this IGenerator<Color> source, IGenerator<float> saturation)Parameters
- sourceIGenerator<Color>
- The source generator. 
- saturationIGenerator<float>
- The saturation generator.