View previous topic :: View next topic |
Author |
Message |
The_Burglar
Joined: 17 Mar 2009 Total posts: 124 Location: Sutton Coldfield Gender: Male |
|
Would recommend white text in a background of red
The edited subject heading if searched will quickly find a formula |
|
Back to top |
|
 |
 |
|
The_Burglar
Joined: 17 Mar 2009 Total posts: 124 Location: Sutton Coldfield Gender: Male |
|
Please add a post if you want white text on red for more contrast |
|
Back to top |
|
 |
 |
Thom27 Joined: 03 Apr 2015 Total posts: 18 Gender: Male |
|
I support this. The black number on red is indeed not well readable, and it should be changed very easily. |
|
Back to top |
|
 |
 |
Marianne  Superadmin
Joined: 16 Jul 2005 Total posts: 1806 Age: 69 Gender: Female |
|
Thom27 wrote: | I support this. The black number on red is indeed not well readable, and it should be changed very easily. |
Hover over the score colours with your mouse and you will see an enlargement. _________________ Good luck and have fun  |
|
Back to top |
|
 |
 |
Thom27 Joined: 03 Apr 2015 Total posts: 18 Gender: Male |
|
Thanks for this hint
(even if I knew it already)
The black number on red is just a little bit annoying; I can read it and I don't need to see the enlargement, but every time I think: "Oh, this would be better readable in white. If I had acess to the code I'd change it myself...."  |
|
Back to top |
|
 |
 |
unprinted Joined: 10 Jun 2008 Total posts: 63 Gender: Unknown |
|
I know about the mouseover, but if the scores were a) bigger and b) arranged so that one player's scores in the various colours were directly over the other player's, it'd be a lot easier to see who was currently winning.
I have a feeling I have just lost a game because I didn't notice that my tiny black on red number was smaller than their tiny black on red number... |
|
Back to top |
|
 |
 |
The_Burglar
Joined: 17 Mar 2009 Total posts: 124 Location: Sutton Coldfield Gender: Male |
|
From wiki
Relative Luminance = 0.2126R + 0.7152G + 0.0722B
Black = 0
White = 255 (all 24 bits set to 1 in RGB {8 bits each colour})
{colours (R,G,B) extracted from axio display from darkest to lightest}
<best contrast with white text>
Blue ( 0, 0,255) = 18.411
Purple (128, 0,128) = 36.4544
Red (255, 0, 0) = 54.213
Green ( 0,128, 0) = 91.5456
Orange (255,165, 0) = 172.221
Yellow (255,255, 0) = 236.589
<best contrast with black text> |
|
Back to top |
|
 |
 |
The_Burglar
Joined: 17 Mar 2009 Total posts: 124 Location: Sutton Coldfield Gender: Male |
|
2 years later and red (a dark colour) still has dark text
Maybe one change for each player in code will fix it, will look on PC later |
|
Back to top |
|
 |
 |
|