Searched defs:pow24 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/trace/
H A Dsiox.cpp91 double CieLab::pow24(double x) function in class:org::siox::CieLab
134 fr = (float) pow24((fr + 0.055) / 1.055);
140 fg = (float) pow24((fg + 0.055) / 1.055);
146 fb = (float) pow24((fb + 0.055) / 1.055);

Completed in 26 milliseconds