Searched defs:h2 (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/app/xcolor/sun-src/ |
H A D | XCrHsbCmap.c | 43 double h2, /* ending 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 D | HSBmap.c | 99 double h2, 119 dh = (h2 - h1) / 255.0; 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 D | hsbramp.c | 128 double h2, 141 dh = (h2 - h1) / count; 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 10 milliseconds