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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1994 rgb_color ref_color; local
2085 ref_color = color_list[i>>3];
2086 ref_color.red = (ref_color.red*light_gradient[i&7])>>16;
2087 ref_color.green = (ref_color.green*light_gradient[i&7])>>16;
2088 ref_color.blue = (ref_color.blue*light_gradient[i&7])>>16;
2089 color = screen.IndexForColor(ref_color);
2101 ref_color
[all...]

Completed in 73 milliseconds