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