Table of Contents

Method Invert

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

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.

Returns

IGenerator<Color>