summaryrefslogtreecommitdiff
path: root/indra/integration_tests/llimage_libtest/filters/stenciluniform.xml
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-01-21 21:17:57 -0800
committerMerov Linden <merov@lindenlab.com>2014-01-21 21:17:57 -0800
commitc99e22e6740ebb3e39bc1b85000bd465676e60d1 (patch)
treec9c28bd36f4cac58806bf3b682cd7b021a3b3158 /indra/integration_tests/llimage_libtest/filters/stenciluniform.xml
parent4082d8ea27a6d386a01681e51e9776b552f6cb5c (diff)
ACME-1236 : Make all filters resolution independent, cleanup comments, move example filters to a sub folder in llimage_libtest
Diffstat (limited to 'indra/integration_tests/llimage_libtest/filters/stenciluniform.xml')
-rw-r--r--indra/integration_tests/llimage_libtest/filters/stenciluniform.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/indra/integration_tests/llimage_libtest/filters/stenciluniform.xml b/indra/integration_tests/llimage_libtest/filters/stenciluniform.xml
new file mode 100644
index 0000000000..7d72f0ed93
--- /dev/null
+++ b/indra/integration_tests/llimage_libtest/filters/stenciluniform.xml
@@ -0,0 +1,20 @@
+<llsd>
+ <array>
+ <array>
+ <string>stencil</string>
+ <string>uniform</string>
+ <string>blend</string>
+ <real>0.0</real>
+ <real>0.5</real>
+ </array>
+ <array>
+ <string>colorize</string>
+ <real>1.0</real>
+ <real>0.0</real>
+ <real>0.0</real>
+ <real>1.0</real>
+ <real>1.0</real>
+ <real>1.0</real>
+ </array>
+ </array>
+</llsd>