© Square Enix © Goodbye Kansas


Table of Contents

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This page provides information on the Color Mapping tab of the V-Ray Renderer parameters.


Page Contents

 

Overview


Color mapping (also called tone mapping) can be used to apply color transformations on the final image colors. Sometimes an image can contain a higher range of colors that can be displayed on a computer screen. Color mapping has the task of re-mapping the image values to be suitable for display purposes.

A camera in the real world uses exposure controls to determine how it handles the brightest and darkest parts of a captured image. Similarly, V-Ray uses Color Mapping to help translate the information collected by the sample rays into usable pixels we see within our rendered image.

 


 

UI Path: ||Parameters tab|| > Color Mapping tab (with the V-Ray Renderer node selected)

 

 

Color Mapping Parameters


 

 

 

Type – The type of transformation used. These are the possible types:

Linear – A simple multiplication of the final image colors based on their brightness without applying any changes.
Exponential – Saturates colors based on their brightness. This can be useful to prevent burn-outs in very bright areas (for example around light sources). This mode clamps colors so no value exceeds 255 (or 1 in floating point value).
HSV Exponential – Similar to Exponential mode, but preserves hue and saturation instead of washing out the color towards white.
Intensity Exponential – Similar to Exponential mode, but preserves the ratio of the RGB color components; only the intensity of the colors are affected. 
Gamma Correction  – Applies a gamma curve to the colors. In this case, the Dark Multiplier is a general multiplier for the colors before they are gamma-corrected, and the Bright multiplier is the inverse of the gamma value (eg. for Gamma 2.2 , the Bright Multiplier must be 0.4545). 
Intensity Gamma – Applies a gamma curve to the intensity of the colors, instead of each channel (r/g/b) independently.
Reinhard – Blends between exponential-style color mapping and linear mapping. Use the Burn Value parameter to set the blend value.

For more information, see the Color Mapping Modes example and the Color Mapping Types with VRaySun and Sky examples below.

Dark Colors Multiplier – The multiplier for dark colors. Applies when Type is other than Reinhard.

Bright Colors Multiplier – The multiplier for bright colors. Applies when Type is other than Reinhard.

Gamma – Controls the gamma correction for the output image regardless of the color mapping mode. Note that the value here is the inverse of the one used for the Gamma correction color mapping type. For example, to correct the image for a 2.2-gamma display, you can simply set the Gamma parameter to 2.2.

Affect Background – When enabled, colors belonging to the background will also be affected.

Mode – Determines whether color mapping and/or gamma correction are burned into the final image. This option replaces the Don't affect colors (adaptation only) option from previous V-Ray versions. The possible values are:

Color Mapping Only – Color mapping is burned into the final image, but not the gamma correction. This is the default option. V-Ray will still proceed to sample the image as though both color mapping and gamma are applied, but will only apply the color correction (Linear, Reinhard, etc.) to the final result.
Color Mapping & Gamma
– Both color mapping and gamma correction are burned into the final image. This corresponds to having the Don't Affect Colors option disabled in previous V-Ray versions. 
Don't Affect Colors – Neither color mapping nor gamma are burned into the final image. However, V-Ray will proceed with all its calculations as though color mapping and gamma are applied (e.g. the noise levels will be corrected accordingly). This can be useful, for example, if you know that you will apply some color correction to the image later on, but wish to keep the rendering itself in linear space for compositing purposes. This corresponds to having the Don't Affect Colors option enabled in previous V-Ray versions.

Clamp Output – When this option is enabled, colors will be clamped after color mapping. This can be useful for anti-aliasing very bright light sources or parts of an HDR image.

Clamp Level – Specifies the level at which color components will be clamped. This parameter is available only if the  Clamp Output option is enabled.

 


 

Example: Color Mapping Modes


This example demonstrates the differences between the color mapping modes:

Note: The Sibenik Cathedral model was created by Marko Dabrovic ( http://www.rna.hr ).

 

 

Linear color mapping

Linear color mapping

 

 Exponential color mapping

Exponential color mapping

 

 HSV exponential color mapping

HSV exponential color mapping


 

 

As seen in the images above, the Linear mapping method clamps bright colors to white, causing bright parts of the image to appear "burnt out". Both the Exponential and HSV exponential modes avoid this problem. While Exponential mode tends to wash out the colors and desaturate them, HSV Exponential mode preserves the color's hue and saturation.

 

 


 

Example: Color Mapping Types with VRaySun and Sky


Enabled: On, Height Y: 290, Turbidity: 3.0, Shadow subdivision: 8, Intensity multiplier: 1, Size multiplier: 1.0


 


Color mapping
: Linear

 


Color mapping
: Exponential

 

 

 


Color mapping
: HSV Exponential

 


Color mapping
: Intensity Exponential