Interface ColorMatrixRable

All Superinterfaces:
Filter, FilterColorInterpolation, RenderableImage
All Known Implementing Classes:
ColorMatrixRable8Bit

public interface ColorMatrixRable extends FilterColorInterpolation
Defines the interface expected from a color matrix operation
  • Field Details

  • Method Details

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