[chronojump] ForceSensor/Encoder: Changed color or transparent AB rectangle
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] ForceSensor/Encoder: Changed color or transparent AB rectangle
- Date: Sat, 15 Feb 2020 23:16:24 +0000 (UTC)
commit cd76aaeb76c433cff43910edd3a369c0b40ac5cc
Author: Xavier de Blas <xaviblas gmail com>
Date: Sun Feb 16 00:14:23 2020 +0100
ForceSensor/Encoder: Changed color or transparent AB rectangle
src/gui/cairo/util.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/gui/cairo/util.cs b/src/gui/cairo/util.cs
index 57d8688d..343be8d5 100644
--- a/src/gui/cairo/util.cs
+++ b/src/gui/cairo/util.cs
@@ -71,7 +71,8 @@ public static class CairoUtil
{
paintVerticalLine(g, xposB, height);
- g.SetSourceRGBA(0.906, 0.745, 0.098, .5); //Chronojump yellow, half transp
+ //g.SetSourceRGBA(0.906, 0.745, 0.098, .5); //Chronojump yellow, half transp
+ g.SetSourceRGBA(0.9, 0.9, 0.01, .33); //More yellow and very transp
//create rectangle
int min = Math.Min(xposA, xposB) +1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]