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

/inkscape/src/
H A Dcolor.cpp35 #define PROFILE_EPSILON 0.00000001 macro
130 match &= (fabs(first->colors[i] - second->colors[i]) < PROFILE_EPSILON);

Completed in 15 milliseconds