POV-Ray : Newsgroups : povray.general : Color usage and crash : Re: Color usage and crash Server Time
6 May 2024 09:43:47 EDT (-0400)
  Re: Color usage and crash  
From: Bald Eagle
Date: 2 Sep 2019 11:40:00
Message: <web.5d6d373388fd6f8d4eec112d0@news.povray.org>
I've had to struggle with this many times before.

> Always in the same loop, if i use the color like that :
>          pigment {rgb thisRGB }

Try

pigment {color rgb thisRGB }

or

#local Color = thisRGB;
pigment {Color}


Also, provide the details of "crash" - what happens?   Is there an output?
Error message?


Post a reply to this message

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