Interface JavaImageColorCallback<Input>

  • Type Parameters:
    Input - Input Source
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface JavaImageColorCallback<Input>

    Returns a java image color representation

    Since:
    1.0
    Author:
    Andreas Pointner
    • Method Detail

      • getColorRepresentation

        Color getColorRepresentation​(Input input)
        Returns a color representation for a given input
        Parameters:
        input - the input
        Returns:
        the color representation. comp: RGBColor