Interface RgbPixmap

    • Method Detail

      • getRgbAt

        default int getRgbAt​(int aPosX,
                             int aPosY)
        Returns the AWT's Color representation of the pixel at the according position.
        Parameters:
        aPosX - The x position of the pixel.
        aPosY - The y position of the pixel.
        Returns:
        The according Color.
      • getColorAt

        default Color getColorAt​(int aPosX,
                                 int aPosY)
        Returns the AWT's Color representation of the pixel at the according position.
        Parameters:
        aPosX - The x position of the pixel.
        aPosY - The y position of the pixel.
        Returns:
        The according Color.