Esempio n. 1
0
 public LPixmapData(LImage pix) {
   this(pix.getPixels(), pix.getWidth(), pix.getHeight());
 }