Lines Matching defs:hue
81 XcmsFloat hue,
87 * Return the maximum chroma for a specified hue, and the
99 * This routine only accepts hue as input and outputs
112 tmp.spec.TekHVC.H = hue;
113 /* Use some unreachable color on the given hue */
164 /* make sure to return the input hue */
165 tmp.spec.TekHVC.H = hue;
187 XcmsFloat hue,
192 * Return the maximum chroma for the specified hue, and the
228 while (hue < 0.0) {
229 hue += 360.0;
231 while (hue >= 360.0) {
232 hue -= 360.0;
235 return(_XcmsTekHVCQueryMaxVCRGB (&myCCC, hue, pColor_return,