Merge ../mlt
[melted] / src / modules / feeds / PAL / obscure.properties
1 # This properties file describes the fx available to the data_feed and 
2 # data_show filters
3 #
4 # Syntax is as follows:
5 #
6 #       name=<filter>
7 #       name.description=<user defined>
8 #       name.properties.<variable>=<full-property>
9 #       name.<property>=value
10 #       etc
11 #
12 # Typically, the <filter> is a 'region' and additional filters are 
13 # included as properties using the normal region filter syntax.
14 #
15
16 obscure0=region
17 .description=Primary Obscure
18 .properties.geometry=composite.geometry
19 .properties.resource=resource
20 .properties.length[0]=composite.out
21 .composite.geometry=
22 .resource=rectangle
23 .composite.refresh=1
24 .filter[0]=obscure
25
26 obscure1=region
27 .description=Secondary Obscure
28 .properties.geometry=composite.geometry
29 .properties.resource=resource
30 .properties.length[0]=composite.out
31 .composite.geometry=
32 .resource=rectangle
33 .composite.refresh=1
34 .filter[0]=obscure
35