summaryrefslogtreecommitdiff
path: root/grapher/Constants
diff options
context:
space:
mode:
authorMatthew Strasiotto <[email protected]>2021-05-01 19:07:34 +1000
committerMatthew Strasiotto <[email protected]>2021-05-01 19:32:03 +1000
commit2422d9e911a2f12251b43fc76dfedb9a4d0a1032 (patch)
treee3d93c2a3d092d9a8a0591394cdef414ec99c6f9 /grapher/Constants
parentchange legend position for graphs (diff)
downloadrawaccel-2422d9e911a2f12251b43fc76dfedb9a4d0a1032.tar.xz
rawaccel-2422d9e911a2f12251b43fc76dfedb9a4d0a1032.zip
add colours to contants
Diffstat (limited to 'grapher/Constants')
-rw-r--r--grapher/Constants/Constants.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs
index 446f5fa..6710aa0 100644
--- a/grapher/Constants/Constants.cs
+++ b/grapher/Constants/Constants.cs
@@ -129,6 +129,18 @@ namespace grapher
/// <summary> Style used by System.Double.Parse </summary>
public const NumberStyles FloatStyle = NumberStyles.Float | NumberStyles.AllowThousands;
+ /// <summary> Foreground Color When Streamer Mode Active </summary>
+ public static readonly System.Drawing.Color fgStreamer = System.Drawing.Color.White;
+
+ /// <summary> Background Color When Streamer Mode Active </summary>
+ public static readonly System.Drawing.Color bgStreamer = System.Drawing.Color.Green;
+
+ /// <summary> Foreground Color When Streamer Mode Inactive </summary>
+ public static readonly System.Drawing.Color fgNoStreamer = System.Drawing.Color.Black;
+
+ /// <summary> Background Color When Streamer Mode Inactive </summary>
+ public static readonly System.Drawing.Color bgNoStreamer = System.Drawing.Color.White;
+
#endregion Constants
#region ReadOnly