refactoring fonderie, step 1

This commit is contained in:
2020-11-02 14:51:48 +01:00
parent d50f2145ba
commit 8cc7695d70
7 changed files with 143 additions and 166 deletions

View File

@@ -40,9 +40,8 @@ int create_fifo(int nbslot, int w, int h, int t);
* funcs in 'sfx.c'
*/
int brotche_rand48(FloatImg *fimg, float ratio, float mval);
int brotche_rand48_a(FloatImg *fimg, float ratio, float mval);
int brotche_rand48_b(FloatImg *fimg, float ratio, float mval);
int kill_colors_a(FloatImg *fimg, float fval);
int colors_brotcher(FloatImg *fimg, float fval);
/* -------------------------------------------------------------- */