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

/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A DXCrHsbCmap.c40 double h1, /* starting hue */
59 HSBramp(h1, s1, b1, h2, s2, b2, 0, count - 1, red, green, blue);
35 XCreateHSBColormap( Display *dsp, int screen, Colormap *cmap, int count, double h1, double s1, double b1, double h2, double s2, double b2, int bw, Visual **visual) argument
H A DHSBmap.c96 double h1,
119 dh = (h2 - h1) / 255.0;
123 hsb2rgb(h1, s1, b1, r++, g++, b++);
124 h1 += dh;
95 HSBramp( double h1, double s1, double b1, double h2, double s2, double b2, int start, int end, u_char *red, u_char *green, u_char *blue) argument
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dhsbramp.c125 double h1,
141 dh = (h2 - h1) / count;
145 hsb2rgb(h1, s1, b1, red++, green++, blue++);
146 h1 += dh;
124 hsbramp( double h1, double s1, double b1, double h2, double s2, double b2, int count, u_char *red, u_char *green, u_char *blue) argument

Completed in 472 milliseconds