Class QImage


  • public final class QImage
    extends Object
    An immutable grid of pixel colors.
    • Method Detail

      • fromColors

        public static QImage fromColors​(QColor[][] colors)
      • getColor

        public QColor getColor​(int x,
                               int y)
      • getColor

        public QColor getColor​(int index)
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getNumPixels

        public int getNumPixels()