Class ColorTransformFunction<T,​R>

  • All Implemented Interfaces:
    Function<ImageWrapper<T>,​ImageWrapper<R>>, ImageFunction<T,​R>

    public class ColorTransformFunction<T,​R>
    extends Object
    implements ImageFunction<T,​R>

    Function that allows to change the color of the given image

    Can be used to e.g. implement a LookUpTable or InvertFilter

    Since:
    1.0
    Author:
    Christoph Praschl