POV-Ray : Newsgroups : povray.newusers : Gamma Settings : Re: Gamma Settings Server Time
30 Jun 2024 04:22:47 EDT (-0400)
  Re: Gamma Settings  
From: Warp
Date: 9 Mar 2012 11:40:54
Message: <4f5a3296@news.povray.org>
Thomas de Groot <tho### [at] degrootorg> wrote:
> ...default being srgb? then the code would only be needed in specific cases.

  In that case it might be necessary to be able to specify the assumed
gamma under which a texture (or anything else using colors) was created.
Maybe something like:

    #declare MyFancyTexture =
      texture
      {
        // this texture was written while using an assumed_gamma of 2.2
        assumed_gamma 2.2

        pigment { ... }
        ...
      };

  Or would it become too complicated?

-- 
                                                          - Warp


Post a reply to this message

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