Packages

 

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

Class ColorOverlayEffect

  • java.lang.Object
    • com.aspose.imaging.fileformats.psd.layers.layereffects.ColorOverlayEffect
    • Method Detail

      • getColor

        public final Color getColor()

        Gets the color.

        Returns:
        the color.
      • setColor

        public final void setColor(Color value)

        Sets the color.

        Parameters:
        value - the color.
      • getBlendMode

        public final long getBlendMode()

        Gets the blend mode.

        Specified by:
        getBlendMode in interface ILayerEffect
        Returns:
        the blend mode.
      • setBlendMode

        public final void setBlendMode(long value)

        Sets the blend mode.

        Specified by:
        setBlendMode in interface ILayerEffect
        Parameters:
        value - the blend mode.
      • isVisible

        public final boolean isVisible()

        Gets a value indicating whether this instance is visible.

        Specified by:
        isVisible in interface ILayerEffect
        Returns:
        a value indicating whether this instance is visible.
      • setVisible

        public final void setVisible(boolean value)

        Sets a value indicating whether this instance is visible.

        Specified by:
        setVisible in interface ILayerEffect
        Parameters:
        value - a value indicating whether this instance is visible.
      • getOpacity

        public final byte getOpacity()

        Gets the opacity.

        Specified by:
        getOpacity in interface ILayerEffect
        Returns:
        the opacity.
      • setOpacity

        public final void setOpacity(byte value)

        Sets the opacity.

        Specified by:
        setOpacity in interface ILayerEffect
        Parameters:
        value - the opacity.