[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Official request... Directory Diff

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-03-15 12:10:57 CET

Molle Bestefich wrote:

>:-).
>
>
>
> ------------------------------------------------------------------------
>
>COLORREF CLineDiffBar::m_BinDiffColors [10] = {
> RGB(0x00, 0xCC, 0x00),
> RGB(0xff, 0x80, 0x00),
> RGB(0x00, 0x66, 0xb3),
> RGB(0xff, 0xcc, 0x00),
> RGB(0x33, 0x00, 0x99),
> RGB(0xcc, 0xff, 0x00),
> RGB(0x00, 0x99, 0x99),
> RGB(0xff, 0xb2, 0x00),
> RGB(0xcb, 0xff, 0x00),
> RGB(0x41, 0x00, 0x99),
>};
>
>------------------------------------------------------------------------
>Proposed line-diff colors.
>
>COLORREF CLineDiffBar::m_BinDiffColors [10] = {
> RGB(0x00, 0x81, 0x00),
> RGB(0x00, 0x8f, 0x00),
> RGB(0x00, 0x9d, 0x00),
> RGB(0x00, 0xab, 0x00),
> RGB(0x00, 0xb9, 0x00),
>
>
Up to here, the colors can be seen as different.

> RGB(0x00, 0xc7, 0x00),
> RGB(0x00, 0xd5, 0x00),
> RGB(0x00, 0xe3, 0x00),
> RGB(0x00, 0xf1, 0x00),
> RGB(0x00, 0xff, 0x00),
>
>
But these colors all look the same on my LCD monitor :(

>Proposed line-diff colors 2 (add some whiteness ==> more contrast?).
>
>COLORREF CLineDiffBar::m_BinDiffColors [10] = {
> RGB(0x00, 0x81, 0x00),
> RGB(0x00, 0x9d, 0x00),
> RGB(0x00, 0xb9, 0x00),
> RGB(0x00, 0xd5, 0x00),
>
>
Again, up to here it's ok.

> RGB(0x00, 0xf1, 0x00),
> RGB(0x14, 0xff, 0x14),
> RGB(0x3c, 0xff, 0x3c),
>
>
Now these three colors can not be seen as different.

> RGB(0x64, 0xff, 0x64),
> RGB(0x8c, 0xff, 0x8c),
> RGB(0xb4, 0xff, 0xb4),
>
>
These last three color can be seen as different though.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Mar 15 12:11:25 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.