Dark Archive
28 Apr 2016
Lightening and Darkening picture in Java

As described in previous articles, we need to change color component to darken or lighten a picture. Below is the method to lighten the picture. public void brighter() { // Get all pixel Pixel pixelArray = this.getPixels(); // Iterate through all pixel for (int index = 0; index < pixelArray.length; index++) // get the current