Searched defs:X1 (Results 1 – 3 of 3) sorted by relevance
242 float X1 = xw * ((pow(fx, 3) > 0.008856) ? pow(fx, 3) : ((fx - 16.0 / 116) / 7.787)); in GetDarkColor() local
211 constexpr float X1 = 10.0f; variable
393 float X1 = xw * ((pow(fx, 3) > 0.008856) ? pow(fx, 3) : ((fx - 16.0 / 116) / 7.787)); in GetDarkColor() local