Packages

 

com.aspose.imaging.fileformats.psd.layers.adjustmentlayers

Class BrightnessContrastLayer

    • Method Detail

      • getBrightness

        public final int getBrightness()

        Gets the brightness. For PS range of brightness is from -150 to +150. But we ignore this.

        Returns:
        the brightness.
      • setBrightness

        public final void setBrightness(int value)

        Sets the brightness. For PS range of brightness is from -150 to +150. But we ignore this.

        Parameters:
        value - the brightness.
      • getContrast

        public final int getContrast()

        Gets the contrast. For PS range of contrast is from -50 to +100. But we ignore this.

        Returns:
        the contrast.
      • setContrast

        public final void setContrast(int value)

        Sets the contrast. For PS range of contrast is from -50 to +100. But we ignore this.

        Parameters:
        value - the contrast.