add gamma and alpha parameters to black white by threshold

rename black white by threshold to black white mask by threshold
This commit is contained in:
niels
2015-11-04 00:01:59 +01:00
parent 10f9616da3
commit 41e97febba
4 changed files with 104 additions and 21 deletions

View File

@@ -448,7 +448,7 @@ extern void greyselect_apply(VJFrame *frame, int w, int h, int angle, int r, int
extern void isolate_apply(VJFrame *frame, int w, int h, int angle, int r, int g, int b,
int opacity);
extern void bwselect_apply(VJFrame *frame, int w, int h, int a , int b);
extern void bwselect_apply(VJFrame *frame, int w, int h, int a , int b, int c, int g);
extern void complexinvert_apply(VJFrame *frame, int w, int h, int angle, int r, int g, int b, int i_noise);