diff options
Diffstat (limited to 'src/examples/evas/filters/filter_mask.txt')
-rw-r--r-- | src/examples/evas/filters/filter_mask.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/examples/evas/filters/filter_mask.txt b/src/examples/evas/filters/filter_mask.txt index a43c23b695..2e7434bfd7 100644 --- a/src/examples/evas/filters/filter_mask.txt +++ b/src/examples/evas/filters/filter_mask.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | buffer: a (alpha); | 1 | buffer: a (alpha); |
2 | blur(5, dst = a); | 2 | blur(6, dst = a); |
3 | curve(points = 0:255 - 128:255 - 255:0, src = a, dst = a); | 3 | curve(points = 0:255 - 128:255 - 255:0, src = a, dst = a); |
4 | blend(color = black); | 4 | blend(color = yellow); |
5 | mask(mask = a, color = cyan); \ No newline at end of file | 5 | mask(mask = a, color = black); |