POV-Ray : Newsgroups : povray.programming : What the "COLOUR" mean Server Time
21 Jul 2024 04:23:37 EDT (-0400)
  What the "COLOUR" mean (Message 1 to 4 of 4)  
From: Wu Yang
Subject: What the "COLOUR" mean
Date: 20 Oct 2002 13:03:11
Message: <3db2e1cf@news.povray.org>
Hi, all
  I am trying to find the output image data and found that there is a
function called
 trace_pixel(x,Current_Line_Number,Current_Line[x]) in render.cpp file.
(x,Current_Line_Number) is a pixel position and Current_Line[x] is a
5-element float array named COLOUR. I know that the first three elements are
the RGB values, but I am not sure what the last two elements are. Please
give me some advice. Thanks
Wu Yang


Post a reply to this message

From: Ken
Subject: Re: What the "COLOUR" mean
Date: 20 Oct 2002 13:07:33
Message: <3DB2E2FD.12919CA3@pacbell.net>
Wu Yang wrote:
> 
> Hi, all
>   I am trying to find the output image data and found that there is a
> function called
>  trace_pixel(x,Current_Line_Number,Current_Line[x]) in render.cpp file.
> (x,Current_Line_Number) is a pixel position and Current_Line[x] is a
> 5-element float array named COLOUR. I know that the first three elements are
> the RGB values, but I am not sure what the last two elements are. Please
> give me some advice. Thanks
> Wu Yang

RGBFT- the last two are filter and transmit.

-- 
Ken Tyler


Post a reply to this message

From: Wu Yang
Subject: Re: What the "COLOUR" mean
Date: 20 Oct 2002 13:23:31
Message: <3db2e693@news.povray.org>
Thank you for your reply. Could you please explain a little about the filter
and transmit. Thanks
Wu Yang
"Ken" <tyl### [at] pacbellnet> wrote in message
news:3DB2E2FD.12919CA3@pacbell.net...
>
>
> Wu Yang wrote:
> >
> > Hi, all
> >   I am trying to find the output image data and found that there is a
> > function called
> >  trace_pixel(x,Current_Line_Number,Current_Line[x]) in render.cpp file.
> > (x,Current_Line_Number) is a pixel position and Current_Line[x] is a
> > 5-element float array named COLOUR. I know that the first three elements
are
> > the RGB values, but I am not sure what the last two elements are. Please
> > give me some advice. Thanks
> > Wu Yang
>
> RGBFT- the last two are filter and transmit.
>
> --
> Ken Tyler


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: What the "COLOUR" mean
Date: 20 Oct 2002 13:38:45
Message: <3db2ea25@news.povray.org>
In article <3db2e693@news.povray.org> , "Wu Yang" <wya### [at] cswrightedu> 
wrote:

> Thank you for your reply. Could you please explain a little about the filter
> and transmit. Thanks

Please read the documentation or ask in povray.newusers.

    Thorsten

____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg

I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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