YfromRGB 214 contrib/libtests/pngstest.c return YfromRGB(r, g, b); YfromRGB 1280 contrib/libtests/pngstest.c sRGB(YfromRGB(sRGB_to_d[in->r], sRGB_to_d[in->g], sRGB_to_d[in->b])); YfromRGB 1298 contrib/libtests/pngstest.c out->r = out->g = out->b = sRGB(YfromRGB( YfromRGB 1306 contrib/libtests/pngstest.c out->r = out->g = out->b = sRGB(a * YfromRGB(sRGB_to_d[in->r], YfromRGB 1433 contrib/libtests/pngstest.c YfromRGB(sRGB_to_d[in->r], sRGB_to_d[in->g], sRGB_to_d[in->b])); YfromRGB 1449 contrib/libtests/pngstest.c YfromRGB(sRGB_to_d[in->r], sRGB_to_d[in->g], sRGB_to_d[in->b])); YfromRGB 1465 contrib/libtests/pngstest.c YfromRGB(sRGB_to_d[in->r], sRGB_to_d[in->g], sRGB_to_d[in->b])); YfromRGB 1597 contrib/libtests/pngstest.c YfromRGB(g22_to_d[in->r], g22_to_d[in->g], g22_to_d[in->b])); YfromRGB 1617 contrib/libtests/pngstest.c YfromRGB(g22_to_d[in->r], g22_to_d[in->g], g22_to_d[in->b])); YfromRGB 1635 contrib/libtests/pngstest.c YfromRGB(g22_to_d[in->r], g22_to_d[in->g], g22_to_d[in->b])); YfromRGB 143 contrib/tools/cvtcolor.c c[0] = YfromRGB(c[0], c[1], c[2]);