POV-Ray : Newsgroups : povray.newusers : Color Vector Problem : Re: Color Vector Problem Server Time
29 Jul 2024 10:17:56 EDT (-0400)
  Re: Color Vector Problem  
From: Marc Jacquier
Date: 20 Feb 2006 02:38:55
Message: <43f9720f@news.povray.org>

news:web.43f92f247c1a8dfb6d8f019a0@news.povray.org...
> I loaded Povray software but can't effect a change in the color of an
> object. The model renders but when I change rgb <1, 1, 1> to rgb <2, 2, 2>
> or even higher, there is no change to the color of the object. I am not
> having color problems with other software. I need help
>
>                               Del
>
color values range from 0 to 1 so it does not depend on a given bit depth.
For instance <0.5, 0, 1>
If you prefer writing you vectors from 0 to 255, you may write this way
<127, 0, 255>/255

Marc


Post a reply to this message

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