Table of Contents

Method Invert

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Invert(Color)

Returns a new color that is this color inverted.

public static Color Invert(this Color color)

Parameters

color Color

The color to invert.

Returns

Color