[Radiance-general] Talk: "A Decade of Radiance Tricks"

Thomas Bleicher tbleicher at googlemail.com
Sat Apr 9 08:40:53 PDT 2011


On Sat, Apr 9, 2011 at 10:28 AM, Mark Stock <mstock at umich.edu> wrote:

The squaring of the result is to push the values down closer to zero. Most
> of the interesting colors are in the 0.2 range, and that's just a hack to
> get closer. I am sure there's a better way, but that's easy to remember and
> quick to compute.


Your informal way is actually quite accurate. The Photoshop RGB values are
intended to be displayed on a screen with a non-linear response curve.
Radiance uses a linear color space and to convert it you have to apply a
"gamma correction" to the color components:

r = R^gamma
g = G^gamma
b = B^gamma

The typical gamma used today is 2.2. So your simple square is not that far
off.

Regards,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.radiance-online.org/pipermail/radiance-general/attachments/20110409/b8b28831/attachment.html>


More information about the Radiance-general mailing list