|
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. |

Type |
This is the type of transformation used. These are the possible types:
|
||||||||||||||
Dark multiplier |
This is the multiplier for dark colors. |
||||||||||||||
Bright multiplier |
This is the multiplier for bright colors. |
||||||||||||||
Gamma |
This parameter allows the user to control 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 should set the Gamma parameter simply to 2.2. |
||||||||||||||
Sub-pixel |
This option controls whether color mapping will be applied to the final image pixels, or to the individual sub-pixel samples. In older versions of V-Ray, this option was always assumed to be on, however its default value is now off as this produces more correct renderings. |
||||||||||||||
Clamp |
If this is on, colors will be clamped after color mapping. In some situations, this may be undesirable (for example, if you wish to antialias hdr parts of the image, too) - in that case, turn clamping off. |
||||||||||||||
Adapt only |
When this parameter is on, the color mapping will not be applied to the final image, however V-Ray will proceed with all its calculations as though color mapping is 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. Note that the Clamp output option will have an effect regardless of the value of the Adapt only option. |
||||||||||||||
Input gamma |
This parameter allows the user to control the gamma of textures. |