Home
last modified time | relevance | path

Searched refs:LChIn (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsvirt.c691 cmsCIELCh LChIn, LChOut; in bchswSampler() local
699 cmsLab2LCh(&LChIn, &LabIn); in bchswSampler()
703 LChOut.L = LChIn.L * bchsw ->Contrast + bchsw ->Brightness; in bchswSampler()
704 LChOut.C = LChIn.C + bchsw -> Saturation; in bchswSampler()
705 LChOut.h = LChIn.h + bchsw -> Hue; in bchswSampler()