Method InvertSaturation
InvertSaturation(IGenerator<Color>)
Creates a generator that inverts the saturation of colors generated by the specified source.
public static IGenerator<Color> InvertSaturation(this IGenerator<Color> source)Parameters
- sourceIGenerator<Color>
- The source generator. 
Returns
InvertSaturation(IGenerator<ColorHSL>)
Creates a generator that inverts the saturation of HSL colors generated by the specified source.
public static IGenerator<ColorHSL> InvertSaturation(this IGenerator<ColorHSL> source)Parameters
- sourceIGenerator<ColorHSL>
- The source generator.