MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / fconfig_setgamma

Function fconfig_setgamma

server/fakerconfig.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273
274void fconfig_setgamma(FakerConfig &fc, double gamma)
275{
276 fc.gamma = gamma;
277 fconfig_buildlut(fc);
278}
279
280
281void fconfig_reloadenv(void)

Callers 3

fconfig_initFunction · 0.85
fconfig_reloadenvFunction · 0.85
gammaCBFunction · 0.85

Calls 1

fconfig_buildlutFunction · 0.85

Tested by

no test coverage detected