POV-Ray : Newsgroups : povray.unofficial.patches : Feature idea : rgb_adjust : Re: Feature idea : rgb_adjust Server Time
1 Sep 2024 22:12:19 EDT (-0400)
  Re: Feature idea : rgb_adjust  
From: Gilles Tran
Date: 29 Sep 2000 13:35:54
Message: <39D4D291.B88F7200@inapg.inra.fr>
Fabien Mosen wrote:

> Here's an idea for a (simple, I think) texturing feature.  It would
> give the ability to adjust resulting rgb values where they are
> produced (essentially in pigments and textures).  Example :

Note that it's already possible to obtain some of these effects
using the average pattern (which doesn't mean that the rgb_adjust feature
wouldn't be interesting) :

#declare pig1=pigment{bozo color_map{[0 Green][1 Red]}}
plane { y, 0
    pigment {
        average
        pigment_map{
            [1 pig1]
            [0.1 color Cyan]
        }
    }
}

G.


Post a reply to this message

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