rfb_scale_channel 261 uspace/srv/hid/rfb/rfb.c pix |= rfb_scale_channel(RED(pixel), pf->r_max) << pf->r_shift; rfb_scale_channel 262 uspace/srv/hid/rfb/rfb.c pix |= rfb_scale_channel(GREEN(pixel), pf->g_max) << pf->g_shift; rfb_scale_channel 263 uspace/srv/hid/rfb/rfb.c pix |= rfb_scale_channel(BLUE(pixel), pf->b_max) << pf->b_shift;HelenOS homepage, sources at GitHub