mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
Original implementation of Alpha Image filters
Chromakey (to finish), lumakey and alpha fill.
This commit is contained in:
@@ -68,6 +68,7 @@ public:
|
||||
void visit (BlurFilter&) override;
|
||||
void visit (SharpenFilter&) override;
|
||||
void visit (EdgeFilter&) override;
|
||||
void visit (AlphaFilter&) override;
|
||||
void visit (ImageFilter&) override;
|
||||
|
||||
// callbacks
|
||||
|
||||
Reference in New Issue
Block a user