Lines Matching refs:CieLab
47 class CieLab
54 CieLab()
65 CieLab(unsigned long rgb);
71 CieLab(float lArg, float aArg, float bArg)
84 CieLab(const CieLab &other)
97 CieLab &operator=(const CieLab &other)
110 virtual ~CieLab()
114 * Retrieve a CieLab value via index.
128 virtual void add(const CieLab &other)
171 float diffSq(const CieLab &other);
174 * Computes squared euclidian distance in CieLab space for two colors
180 * Computes squared euclidian distance in CieLab space for two colors
566 void colorSignatureStage1(CieLab *points,
576 void colorSignatureStage2(CieLab *points,
587 bool colorSignature(const std::vector<CieLab> &inputVec,
588 std::vector<CieLab> &result,