C# Class geek.GameEngine.Sprites.SpriteExtensions

Sprite extension methods.
Mostra file Open project: impworks/xna.geek.engine

Public Methods

Method Description
MakeBlendable ( this sprite, Microsoft.Xna.Framework.Color color ) : SpriteBase

Make the sprite blendable.

Method Details

MakeBlendable() public static method

Make the sprite blendable.
public static MakeBlendable ( this sprite, Microsoft.Xna.Framework.Color color ) : SpriteBase
sprite this Sprite to blend.
color Microsoft.Xna.Framework.Color Color to blend with.
return SpriteBase