mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-23 00:00:02 +01:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user