Searched refs:rgb2hls (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.h | 96 extern void rgb2hls(int /* r */, int /* g */, int /* b */, short */* h */, short */* l */, short */* s */); 122 #define rgb2hls(r, g, b, h, l, s) /* nothing */ macro
|
| H A D | graphics.c | 1113 rgb2hls(int r, int g, int b, short *h, short *l, short *s) function in typeref:typename:void
|
| H A D | graphics_regis.c | 3702 rgb2hls(r, g, b, &old_h, &old_l, &old_s);
|
Completed in 12 milliseconds