Table of Contents

Method Opaque

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Opaque(Color)

Returns an opaque version of the given color.

public static Color Opaque(this Color color)

Parameters

color Color

The color to make opaque.

Returns

Color

The color with alpha set to 1.