Searched refs:sRGB_from_linear (Results 1 – 4 of 4) sorted by relevance
20 sRGB_from_linear(double l) in sRGB_from_linear() function
176 c[i] = sRGB_from_linear(c[i]); in main()
45 return sRGB_from_linear(l/max_input); in fsRGB()
158 return u8d(255 * sRGB_from_linear(linear)); in sRGB()228 pow(sRGB_to_d[value], 1/2.2) - sRGB_from_linear(pow(vd, 2.2)));249 pow(sRGB_from_linear(vd), 2.2) - linear_from_sRGB(pow(vd, 1/2.2)));