POV-Ray : Newsgroups : povray.general : Breaking with tradition : Re: Breaking with tradition Server Time
7 Aug 2024 17:28:14 EDT (-0400)
  Re: Breaking with tradition  
From: Tom A 
Date: 13 Aug 2001 15:26:54
Message: <3B7829FE.482C1805@my-deja.com>
Ed Brannin wrote:
> "Rev. Bob 'Bob' Crispen" <rev### [at] therectory> wrote in message
> news:Xns90F36A77194E2revbob@127.0.0.1...
> > Has any thought been given to changing the RGB values for Brown in
> > colors.inc for the next release of POVRay?  Or is this bug a tradition
> > that goes back too far?
> 
> What to?
> 
> -Ed Brannin

I recently added the following definitions to one of my include files:
#declare Brown2 = color red .4 green .2 blue .1 ; // lighter brown
#declare Brown3 = color red .2 green .1 blue .0 ; // Nice brown
#declare Brown4 = color red .2 green .05 blue .0 ; // deep, redish brown
#declare Brown5 = color red .15 green .035 blue .0 ; // even darker, 
#declare Brown6 = color red .12 green .05 blue .0 ; // deep, brown
#declare Brown7 = color red .1 green .015 blue .0 ; // very dark brown 

YMMV

And your monitor may vary, too.

(No guarantee on the comments next to them :-)

-- 
Tom A.
See everything; over look a great deal; correct a little.  -Blessed Pope
John XXIII


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.