POV-Ray : Newsgroups : povray.binaries.utilities : New version of Farger.inc : Re: New version of Farger.inc Server Time
2 May 2024 21:08:36 EDT (-0400)
  Re: New version of Farger.inc  
From: Melody
Date: 23 Jan 2020 10:40:00
Message: <web.5e29bdc2f66b17949da690110@news.povray.org>
function hsl2rgb(h, s, l) {
....
  echo("That was not a color! hsl2rgb()")
  return [0,0,0];
}

both those functions ought to,
not leave a condition where it could return nothing.
check for out of range input.
and give some heads up.

more to do.


Post a reply to this message

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