Searched refs:RETURN_HSV (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/apps/icon-o-matic/generic/support/
H A Drgb_hsv.h12 #define RETURN_HSV(h, s, v) { H = h; S = s; V = v; return; } macro
46 RETURN_HSV(UNDEFINED, 0, max);
61 RETURN_HSV(h, dist/max, max);

Completed in 80 milliseconds