580581582583584585586587588589590
gammaCorrection = new GammaCorrection(gamma, targetGamma); } if (gammaCorrection != null) { if (pngChunkPLTE != null) { pngChunkPLTE.correct(gammaCorrection); } } } }