Interface ComponentTransferRable

    • Method Detail

      • getSource

        Filter getSource()
        Returns the source to be offset.
      • setSource

        void setSource​(Filter src)
        Sets the source to be offset.
        Parameters:
        src - image to offset.
      • setAlphaFunction

        void setAlphaFunction​(ComponentTransferFunction alphaFunction)
        Sets the transfer function for the alpha channel
      • setRedFunction

        void setRedFunction​(ComponentTransferFunction redFunction)
        Sets the transfer function for the red channel
      • setGreenFunction

        void setGreenFunction​(ComponentTransferFunction greenFunction)
        Sets the transfer function for the green channel
      • setBlueFunction

        void setBlueFunction​(ComponentTransferFunction blueFunction)
        Sets the transfer function for the blue channel