POV-Ray : Newsgroups : povray.general : POV-Ray Quiz : Re: POV-Ray Quiz for beginners Server Time
4 Aug 2024 16:14:21 EDT (-0400)
  Re: POV-Ray Quiz for beginners  
From: Gena Obukhov
Date: 7 Jun 2003 01:42:37
Message: <3EE17970.39800C1@mail.com>
For pure yellow background you can use:

a. #include "colors.inc"
    background {Yellow}

b. #include "colors.inc"
    background {color Yellow}

c. #include "colors.inc"
    background {color rgb Yellow}

d. #include "colors.inc"
    background {Red + Green}

e. background {<1, 1, 0>}

f. all above


Post a reply to this message

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