Example #1
0
 public WFCOverlayMode(string filename, int n, int width, int height, bool periodicInput, bool periodicOutput,
                       int symmetry, int ground)
     : this(new Bitmap(CLAPI.GetStream(filename)), n, width, height, periodicInput, periodicOutput, symmetry,
            ground)
 {
 }