3using Microsoft.Xna.Framework.Input;
9 public readonly Keys
Key;
void UpdateFlashingEffect()
void Update(float timeElapsed)
void SetFlashing(Color baseColor, Color flashColor, float time, float flashesPerSecond=1f)
void FadeTo(Color targetColor, float time)
readonly string KeyTriggerName
RgbKey(Keys key, string keyTriggerName)
int CurrentIntegerRepresentation
void SetTargetColor(Color color)
void SetFlashing(Color flashColor, float time, float flashesPerSecond=1f)
void SetBaseColor(Color color)
void SetSolid(Color color)
void SetIntegerRepresentation(int integerValue)
static double Sin(double a)
static byte Max(byte val1, byte val2)
static Color Lerp(Color value1, Color value2, float amount)