Searched refs:CieLab (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/trace/ | ||
H A D | siox.h | 47 class CieLab class in namespace:org::siox 54 CieLab() function in class:org::siox::CieLab 65 CieLab(unsigned long rgb); 71 CieLab(float lArg, float aArg, float bArg) function in class:org::siox::CieLab 84 CieLab(const CieLab &other) function in class:org::siox::CieLab 97 CieLab &operator=(const CieLab &other) 110 virtual ~CieLab() 114 * Retrieve a CieLab valu [all...] |
H A D | siox.cpp | 71 double CieLab::cbrt(double x) 81 double CieLab::qnrt(double x) 91 double CieLab::pow24(double x) 99 void CieLab::init() 117 * Construct this CieLab from a packed-pixel ARGB value 119 CieLab::CieLab(unsigned long rgb) function in class:org::siox::CieLab 187 * Return this CieLab's value converted to a packed-pixel ARGB value 189 unsigned long CieLab::toRGB() 243 float CieLab [all...] |
Completed in 20 milliseconds