Searched defs:srgb_to_linear (Results 1 – 5 of 5) sorted by relevance
46 def srgb_to_linear(x): function
52 static float srgb_to_linear(float srgb) { in srgb_to_linear() function
45 float srgb_to_linear(float srgb) { in srgb_to_linear() function
247 auto srgb_to_linear = [](float x) { in getColor() local436 auto srgb_to_linear = [](float x) { in getColor4f() local
205 static float srgb_to_linear(float srgb) { in srgb_to_linear() function