Beispiel #1
0
 public Tex ol() {
   if (ol == null) ol = new TexI(Utils.outline(img, java.awt.Color.YELLOW));
   return (ol);
 }