Class GammaCorrection
- java.lang.Object
-
- org.apache.commons.imaging.formats.png.GammaCorrection
-
public class GammaCorrection extends Object
-
-
Constructor Summary
Constructors Constructor Description GammaCorrection(double srcGamma, double dstGamma)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
correctARGB(int pixel)
int
correctSample(int sample)
-