Packages

 

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

Interface ILayerEffect

    • Method Detail

      • getOpacity

        byte getOpacity()

        Gets the opacity.

        Returns:
        the opacity.
      • setOpacity

        void setOpacity(byte value)

        Sets the opacity.

        Parameters:
        value - the opacity.
      • getBlendMode

        long getBlendMode()

        Gets the blend mode.

        Returns:
        the blend mode.
      • setBlendMode

        void setBlendMode(long value)

        Sets the blend mode.

        Parameters:
        value - the blend mode.
      • isVisible

        boolean isVisible()

        Gets a value indicating whether this instance is visible.

        Returns:
        a value indicating whether this instance is visible.
      • setVisible

        void setVisible(boolean value)

        Sets a value indicating whether this instance is visible.

        Parameters:
        value - a value indicating whether this instance is visible.