var fDesc=new Array(); fDesc[0] = "Designed by and for photographers with exacting standards and a love for beautiful images.
DxO PhotoLab 3’s new HSL (Hue, Saturation, and Luminance) Tool is an exciting and superbly visual way to manage color that can help you produce more creative and natural-looking images. The new DxO ColorWheel is a fantastic new color adjustment tool that you can use to select color ranges from eight separate channels, including orange and purple.
The DxO ColorWheel can fine-tune color values, select replacement colors, and it can even adjust transitions and tints for truly distinctive effects. The new Uniformity Slider helps you standardize color variations within a specific range, while the Saturation and Luminance Sliders now work independently of each other, making them perfect tools for converting color to black and white without the use of complex masks. The new tools are ideal for partially desaturating images.
DxO ClearView brightens the horizon in your images by removing any haze from your landscapes or smog from your urban photos.
This exclusive feature increases local contrast after thoroughly analyzing the colormetric components of your image. This technology makes your image more radiant without creating a halo effect around drastic transitions."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }