Home
last modified time | relevance | path

Searched refs:targetGamma (Results 1 – 1 of 1) sorted by relevance

/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/src/
H A Dvideo_libretro.cpp230 static const float targetGamma = 2.2; in gbcToRgb32() local
231 static const float displayGammaInv = 1.0 / targetGamma; in gbcToRgb32()
233 float adjustedGamma = targetGamma - colorCorrectionBrightness; in gbcToRgb32()