POV-Ray : Newsgroups : povray.programming : Rendering Objects In gray scale : Re: Rendering Objects In gray scale Server Time
15 Jul 2025 03:11:10 EDT (-0400)
  Re: Rendering Objects In gray scale  
From: Pablo Viojo
Date: 7 Feb 2001 16:12:31
Message: <3a81ba3f@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote in message
news:3A7EE206.BB1C3A42@pacbell.net...
>
>
> Pablo Viojo wrote:
> >
> > >
> > >   I got confused by the fact that "rgb x" is a valid povray color
(red).
> > >
> >
> > It's internally converted to rgb <x,x,x>
>
> rgb x = rgb<1,0,0>
>
> rgb 1 = rgb<1,1,1>
>
> --
> Ken Tyler

rgb x, means rgb <any_number>, not x as vector.

Then, if I change the x to, let's say, i rgb i means rgb <i,i,i>

Pablo Viojo


Post a reply to this message

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