C# Class MonoGdx.XnaExt

Mostra file Open project: jaquadro/MonoGdx

Public Methods

Method Description
IsButtonPressed ( this state, int button ) : bool
IsMapMap ( this filter ) : bool
Multiply ( this color1, Color color2 ) : Color
MultiplyAlpha ( this color, float alphaFactor ) : Color

Method Details

IsButtonPressed() public static method

public static IsButtonPressed ( this state, int button ) : bool
state this
button int
return bool

IsMapMap() public static method

public static IsMapMap ( this filter ) : bool
filter this
return bool

Multiply() public static method

public static Multiply ( this color1, Color color2 ) : Color
color1 this
color2 Color
return Color

MultiplyAlpha() public static method

public static MultiplyAlpha ( this color, float alphaFactor ) : Color
color this
alphaFactor float
return Color