summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-01-08 15:42:52 -0800
committerMerov Linden <merov@lindenlab.com>2014-01-08 15:42:52 -0800
commit1c705489c47e038200c5e0493b4a310bef10a0e1 (patch)
tree86a6403c96611a1c883c6527643a2c0cb5b14cdc /indra
parent3161d822ab1336a347f1bb34574b5c4b8e747799 (diff)
ACME-1236 : WIP : Added Newspaper filter to the bank of filters
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/app_settings/filters/Newspaper.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/indra/newview/app_settings/filters/Newspaper.xml b/indra/newview/app_settings/filters/Newspaper.xml
new file mode 100755
index 0000000000..7480325542
--- /dev/null
+++ b/indra/newview/app_settings/filters/Newspaper.xml
@@ -0,0 +1,25 @@
+<llsd>
+ <array>
+ <array>
+ <string>linearize</string>
+ <real>0.2</real>
+ <real>1.0</real>
+ <real>1.0</real>
+ <real>1.0</real>
+ </array>
+ <array>
+ <string>grayscale</string>
+ </array>
+ <array>
+ <string>blend</string>
+ <real>0.0</real>
+ <real>0.0</real>
+ </array>
+ <array>
+ <string>screen</string>
+ <string>2Dsine</string>
+ <real>15.0</real>
+ <real>0.0</real>
+ </array>
+ </array>
+</llsd>