rgb2_max          241 contrib/gregbook/rpng2-win.c     int rgb2_max, rgb2_min;     /* or bg_bsat, bg_brot (both scaled by 10)*/
rgb2_max          874 contrib/gregbook/rpng2-win.c         int r2_diff = rgb[bg[pat].rgb2_max].r - r2_min;
rgb2_max          875 contrib/gregbook/rpng2-win.c         int g2_diff = rgb[bg[pat].rgb2_max].g - g2_min;
rgb2_max          876 contrib/gregbook/rpng2-win.c         int b2_diff = rgb[bg[pat].rgb2_max].b - b2_min;
rgb2_max          941 contrib/gregbook/rpng2-win.c         r2 = rgb[bg[pat].rgb2_max].r;
rgb2_max          942 contrib/gregbook/rpng2-win.c         g2 = rgb[bg[pat].rgb2_max].g;
rgb2_max          943 contrib/gregbook/rpng2-win.c         b2 = rgb[bg[pat].rgb2_max].b;
rgb2_max          265 contrib/gregbook/rpng2-x.c     int rgb2_max, rgb2_min;     /* or bg_bsat, bg_brot (both scaled by 10)*/
rgb2_max         1124 contrib/gregbook/rpng2-x.c         int r2_diff = rgb[bg[pat].rgb2_max].r - r2_min;
rgb2_max         1125 contrib/gregbook/rpng2-x.c         int g2_diff = rgb[bg[pat].rgb2_max].g - g2_min;
rgb2_max         1126 contrib/gregbook/rpng2-x.c         int b2_diff = rgb[bg[pat].rgb2_max].b - b2_min;
rgb2_max         1191 contrib/gregbook/rpng2-x.c         r2 = rgb[bg[pat].rgb2_max].r;
rgb2_max         1192 contrib/gregbook/rpng2-x.c         g2 = rgb[bg[pat].rgb2_max].g;
rgb2_max         1193 contrib/gregbook/rpng2-x.c         b2 = rgb[bg[pat].rgb2_max].b;
rgb2_max         1896 contrib/gregbook/rpng2-x.c         int r2_diff = rgb[bg[pat].rgb2_max].r - r2_min;
rgb2_max         1897 contrib/gregbook/rpng2-x.c         int g2_diff = rgb[bg[pat].rgb2_max].g - g2_min;
rgb2_max         1898 contrib/gregbook/rpng2-x.c         int b2_diff = rgb[bg[pat].rgb2_max].b - b2_min;
rgb2_max         1963 contrib/gregbook/rpng2-x.c         r2 = rgb[bg[pat].rgb2_max].r;
rgb2_max         1964 contrib/gregbook/rpng2-x.c         g2 = rgb[bg[pat].rgb2_max].g;
rgb2_max         1965 contrib/gregbook/rpng2-x.c         b2 = rgb[bg[pat].rgb2_max].b;