Packages

 

com.aspose.psd.fileformats.psd.layers.layereffects

Interface ILayerEffect

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      long getBlendMode()
      Gets or sets the blend mode.
      byte getOpacity()
      Gets or sets the opacity where 255 = 100%
      boolean isVisible()
      Gets or sets a value indicating whether this instance is visible.
      void setBlendMode(long value)
      Gets or sets the blend mode.
      void setOpacity(byte value)
      Gets or sets the opacity where 255 = 100%
      void setVisible(boolean value)
      Gets or sets a value indicating whether this instance is visible.
    • Method Detail

      • getOpacity

        byte getOpacity()

        Gets or sets the opacity where 255 = 100%

        Value: The opacity.
      • setOpacity

        void setOpacity(byte value)

        Gets or sets the opacity where 255 = 100%

        Value: The opacity.
      • getBlendMode

        long getBlendMode()

        Gets or sets the blend mode.

        Value: The blend mode.
      • setBlendMode

        void setBlendMode(long value)

        Gets or sets the blend mode.

        Value: The blend mode.
      • isVisible

        boolean isVisible()

        Gets or sets a value indicating whether this instance is visible.

        Value: true if this instance is visible; otherwise, false.
      • setVisible

        void setVisible(boolean value)

        Gets or sets a value indicating whether this instance is visible.

        Value: true if this instance is visible; otherwise, false.