Searched refs:rgb2hls (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dgraphics.h96 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 Dgraphics.c1113 rgb2hls(int r, int g, int b, short *h, short *l, short *s) function in typeref:typename:void
H A Dgraphics_regis.c3702 rgb2hls(r, g, b, &old_h, &old_l, &old_s);

Completed in 12 milliseconds