Skip to content

SadRogueColorExtensions Class

Extension methods for SadRogue.Primitives.Color that enable operations involving Microsoft.Xna.Framework.Color.

C#
public static class SadRogueColorExtensions

Inheritance object

Converts from SadRogue.Primitives.Color to Microsoft.Xna.Framework.Color.

C#
public static Color ToMonoColor(this Color self)

self SadRogue.Primitives.Color

Microsoft.Xna.Framework.Color

Compares a SadRogue.Primitives.Color to a Microsoft.Xna.Framework.Color.

C#
public static bool Matches(this Color self, Color other)

self SadRogue.Primitives.Color

other Microsoft.Xna.Framework.Color

bool