diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2014-05-09 10:51:52 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2014-05-09 16:57:39 +0900 |
commit | 8a1b335bb1858939e0aab9458bc75b0143adfa94 (patch) | |
tree | a20b41736d1026fe7e3b4e620c28dc887fbfad9f /src/examples/evas/filters/filter_mask.txt | |
parent | fec21e85ceb452b67478f4d69cc7e89069712dab (diff) |
Evas doc: Move filters examples to Lua
Part 1: auto-generated examples with previews
Diffstat (limited to 'src/examples/evas/filters/filter_mask.txt')
-rw-r--r-- | src/examples/evas/filters/filter_mask.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/examples/evas/filters/filter_mask.txt b/src/examples/evas/filters/filter_mask.txt deleted file mode 100644 index 2e7434bfd7..0000000000 --- a/src/examples/evas/filters/filter_mask.txt +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | buffer: a (alpha); | ||
2 | blur(6, dst = a); | ||
3 | curve(points = 0:255 - 128:255 - 255:0, src = a, dst = a); | ||
4 | blend(color = yellow); | ||
5 | mask(mask = a, color = black); | ||