Packages

 

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

Class PhotoFilterLayer

    • Method Detail

      • getColor

        public final Color getColor()

        Gets or sets the RGB color of filter.

        Value: The color.
      • setColor

        public final void setColor(Color value)

        Gets or sets the RGB color of filter.

        Value: The color.
      • getDensity

        public final int getDensity()

        Gets or sets the density of filter

        Throws:
        com.aspose.ms.System.ArgumentOutOfRangeException - Density must be in range from 0 to 100 Value: The density.
      • setDensity

        public final void setDensity(int value)

        Gets or sets the density of filter

        Throws:
        com.aspose.ms.System.ArgumentOutOfRangeException - Density must be in range from 0 to 100 Value: The density.
      • getPreserveLuminosity

        public final boolean getPreserveLuminosity()

        Gets or sets a value indicating whether [preserve luminosity].

        Value: true if [preserve luminosity]; otherwise, false.
      • setPreserveLuminosity

        public final void setPreserveLuminosity(boolean value)

        Gets or sets a value indicating whether [preserve luminosity].

        Value: true if [preserve luminosity]; otherwise, false.