Interface ColorMatrixRable

    • 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.
      • getType

        int getType()
        Returns the type of this color matrix.
        Returns:
        one of TYPE_MATRIX, TYPE_SATURATE, TYPE_HUE_ROTATE, TYPE_LUMINANCE_TO_ALPHA
      • getMatrix

        float[][] getMatrix()
        Returns the rows of the color matrix. This uses the same convention as BandCombineOp.