[longomatch] Add more defaults for colors



commit dd8e50224de69428bf88bef77a8cce890853eeff
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed May 28 16:54:33 2014 +0200

    Add more defaults for colors

 LongoMatch.Drawing/Common.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Drawing/Common.cs b/LongoMatch.Drawing/Common.cs
index 176fa21..46b0a56 100644
--- a/LongoMatch.Drawing/Common.cs
+++ b/LongoMatch.Drawing/Common.cs
@@ -31,7 +31,12 @@ namespace LongoMatch.Drawing
                public static Color TIMELINE_LINE_COLOR = Color.Black;
                public static Color TIMERULE_BACKGROUND = Color.White;
                public static Color PLAY_OBJECT_SELECTED_COLOR = Color.Black;
-               public static Color PLAY_OBJECT_UNSELECTED_COLOR = Color.Grey;
+               public static Color PLAY_OBJECT_UNSELECTED_COLOR = Color.Grey1;
+               public static Color PLAYER_SELECTED_COLOR = Color.Green1;
+               public static Color PLAYER_UNSELECTED_COLOR = Color.Grey2;
+               public static Color PLAYER_PLAYING_COLOR = Color.Green;
+               public static Color PLAYER_NOT_PLAYING_COLOR = Color.Red;
+
                public const int TIMELINE_LINE_WIDTH = 1;
                
                public static double TimeToPos (Time time, double secondsPerPixel) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]