Lines Matching refs:tmp_rgb
261 RGBUShortDef max_rgb, min_rgb, tmp_rgb;
352 tmp_rgb.Red = tmp_rgb.Green = tmp_rgb.Blue = 0;
382 if( tmp_rgb.Red < dwR )
383 tmp_rgb.Red = dwR;
384 if( tmp_rgb.Green < dwG )
385 tmp_rgb.Green = dwG;
386 if( tmp_rgb.Blue < dwB )
387 tmp_rgb.Blue = dwB;
404 tmp_rgb.Red, tmp_rgb.Red, tmp_rgb.Green,
405 tmp_rgb.Green, tmp_rgb.Blue, tmp_rgb.Blue );
413 &hw->red_lamp_off, tmp_rgb.Red );
415 &hw->blue_lamp_off,tmp_rgb.Blue );
419 &hw->green_lamp_off, tmp_rgb.Green );