Packages

 

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

Class BrightnessContrastLayer

    • Method Detail

      • getBrightness

        public final int getBrightness()

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

        Value: The brightness.
      • setBrightness

        public final void setBrightness(int value)

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

        Value: The brightness.
      • getContrast

        public final int getContrast()

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

        Value: The contrast.
      • setContrast

        public final void setContrast(int value)

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

        Value: The contrast.