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
- sourceIGenerator<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.