예제 #1
0
 public override void replaceImgAndPal(Bitmap b, Palette p)
 {
     p.pal = ImageIndexer.createPaletteForImage(b, p.pal.Length);
     replaceWithPal(b, p);
 }
예제 #2
0
 public abstract void replaceWithPal(Bitmap b, Palette p);
예제 #3
0
 public abstract void replaceImgAndPal(Bitmap b, Palette p);
예제 #4
0
 public abstract Bitmap render(Palette p);