HomeSort by relevance Sort by last modified time
    Searched defs:ConvertLabToXYZ (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
gem-private.h 76 static inline void ConvertLabToXYZ(const double L,const double a,const double b,
  /external/ImageMagick/tests/
validate.c 279 static inline void ConvertLabToXYZ(const double L,const double a,const double b,
331 ConvertLabToXYZ(L*100.0,255.0*(a-0.5),255.0*(b-0.5),&X,&Y,&Z);
369 ConvertLabToXYZ(luma,chroma*cos(hue*MagickPI/180.0),chroma*
    [all...]

Completed in 67 milliseconds