Searched defs:MIN (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ | ||
H A D | color.cpp | 18 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) macro 261 min = MIN (MIN (r, g), b); 337 float min = MIN (MIN (r, g), b); 410 k = MIN (MIN (c, m), y); |
Completed in 23 milliseconds