Method ToHSL
ToHSL(IGenerator<Color>)
Creates a generator that generates HSL colors from a given color generator.
public static IGenerator<ColorHSL> ToHSL(this IGenerator<Color> source)
Parameters
source
IGenerator<Color>The source generator.
Creates a generator that generates HSL colors from a given color generator.
public static IGenerator<ColorHSL> ToHSL(this IGenerator<Color> source)
source
IGenerator<Color>The source generator.