POV-Ray : Newsgroups : povray.newusers : Color Vector Problem Server Time
29 Jul 2024 12:15:26 EDT (-0400)
  Color Vector Problem (Message 1 to 3 of 3)  
From: delly
Subject: Color Vector Problem
Date: 19 Feb 2006 21:55:01
Message: <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


Post a reply to this message

From: nomail
Subject: Re: Color Vector Problem
Date: 19 Feb 2006 22:20:00
Message: <web.43f93511ed31d9e440d406940@news.povray.org>
"delly" <del### [at] yahoocom> wrote:
> 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

http://www.povray.org/documentation/view/3.6.1/230/

2.2.1.5.1 Color Vectors


Post a reply to this message

From: Marc Jacquier
Subject: Re: Color Vector Problem
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.