diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2014-02-24 11:12:17 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2014-02-24 11:17:42 +0900 |
commit | 6dce77fbead866095ddccf57ccb97d6ab90f10cd (patch) | |
tree | 1579f99bd1d2eef352a0e62d064cb3753e65e492 /src/examples/evas/filters/filter_mask.txt | |
parent | f34305a7d61ae76a70e343194a586998be23ce39 (diff) |
Doc: Fix colors in the filter examples
Since the bg color changed from dark grey to white, the
colors don't match so much anymore... This is just like theme
work.
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); |