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
Returns
- IGenerator<Color>