var fDesc=new Array(); fDesc[0] = "Designed with the creative workflow of colorists, film/video editors, graphic designers and artists in mind, Power Stroke introduces a simple, interactive stroke-based workflow to quickly and intuitively perform targeted adjustments. Instead of meticulously drawing exact masks, using inaccurate matte extractions or hand painting frame to frame, regions of interest are isolated by drawing a few simple and loose After Effects open or closed masks. Power Stroke then uses the concepts of luminance-weighted chrominance blending and fast intrinsic distance computations to determine the edges of your target area and adjustments are made only in those areas. Masks can be assigned multiple corrections and effects such as color correction, recoloring or desaturation, colorization of black and white images, blur, fill light for dimly lit image areas and diffusion/glow."; 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 = ''; } }