Interface AbstractColorPicker.Coordinates2Color

    • Method Detail

      • calculate

        Color calculate​(int x,
                        int y)
        Deprecated.
        Calculate color from coordinates.
        Parameters:
        x - the x-coordinate
        y - the y-coordinate
        Returns:
        the color
      • calculate

        int[] calculate​(Color c)
        Deprecated.
        Calculate coordinates from color.
        Parameters:
        c - the c
        Returns:
        the integer array with the coordinates