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

/openbsd-current/usr.bin/tmux/
H A Dcolour.c61 int qr, qg, qb, cr, cg, cb, d, idx; local
66 qg = colour_to_6cube(g); cg = q2c[qg];
71 return ((16 + (36 * qr) + (6 * qg) + qb) | COLOUR_FLAG_256);
86 idx = 16 + (36 * qr) + (6 * qg) + qb;

Completed in 73 milliseconds