Method Invert
Invert(IGenerator<Color>)
Creates a generator that inverts colors generated by the specified source.
public static IGenerator<Color> Invert(this IGenerator<Color> source)
Parameters
source
IGenerator<Color>The source generator.
Creates a generator that inverts colors generated by the specified source.
public static IGenerator<Color> Invert(this IGenerator<Color> source)
source
IGenerator<Color>The source generator.