コード例 #1
0
ファイル: Processing.cs プロジェクト: tramper2/CPUFluid
    // image  --------------------------

    public PImage createImage(int width, int height, PImangeFormat format)
    {
        return(new PImage(width, height));
    }
コード例 #2
0
ファイル: Processing.cs プロジェクト: zhutaorun/BlobDetection
 // image  --------------------------
 public PImage createImage(int width, int height, PImangeFormat format)
 {
     return new PImage (width, height);
 }