Re: Win32Lib Colors

new topic     » goto parent     » topic index » view thread      » older message » newer message

Pete Lomax wrote:
> 
> On Sat, 05 Feb 2005 20:31:07 -0800, Derek Parnell
> <guest at RapidEuphoria.com> wrote:
> 
> >Because Microsoft calls (127, 127, 127) 'White'. To me it looks gray so I 
> >added the alias 'Gray' to be the same as Microsoft's white.
> FYI, The copy of win32lib I have (0.60.4) defines:
> White as {224,224,224},
> LightGray as {192,192,192},
> Gray as {128,128,128}, and
> DarkGray as {64,64,64}).
> 
> Pete
> 
For the next version of win32lib I submit

 White                   rgb(255,255,255) 
 ALighterShadeOfPale     rgb(221,221,221)
 Pale                    rgb(200,200,200)
 LightGrey               rgb(169,169,169)
 Grey                    rgb(128,128,128)
 DarkGrey                rgb(83,83,83)
 VeryDarkGrey            rgb(66,66,66)
 Black                   rgb(0,0,0)

Don COLE
SF

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu