Mercurial > code > home > repos > light9
comparison show/dance2024/effect/effect1.n3 @ 2444:d087499d7833
checkpoint show data
author | drewp@bigasterisk.com |
---|---|
date | Fri, 31 May 2024 18:35:43 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2443:4682f604b245 | 2444:d087499d7833 |
---|---|
1 @prefix : <http://light9.bigasterisk.com/> . | |
2 @prefix effect: <http://light9.bigasterisk.com/effect/> . | |
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
4 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
5 | |
6 | |
7 effect:effect1 a :Effect; rdfs:label "red"; :effectFunction <http://light9.bigasterisk.com/effectFunction/scale>; | |
8 :publishAttr :strength; :setting :e_set0 . | |
9 :ds_val0 :setting effect:effect1_set0, effect:effect1_set2, effect:effect1_set3, effect:effect1_set4, effect:effect1_set5 . | |
10 :e_set0 :effectAttr :deviceSettings; :value :ds_val0 . | |
11 effect:effect1_set0 :device <http://light9.bigasterisk.com/theater/sky/device/parLLow>; | |
12 :deviceAttr :color; :value "#dd001a" . | |
13 effect:effect1_set2 :device <http://light9.bigasterisk.com/theater/sky/device/parLIn>; | |
14 :deviceAttr :color; :value "#ff2200" . | |
15 effect:effect1_set3 :device <http://light9.bigasterisk.com/theater/sky/device/parLIn>; | |
16 :deviceAttr :white; :value 0.00392 . | |
17 effect:effect1_set4 :device <http://light9.bigasterisk.com/theater/sky/device/parRIn>; | |
18 :deviceAttr :color; :value "#ff0008" . | |
19 effect:effect1_set5 :device <http://light9.bigasterisk.com/theater/sky/device/parRLow>; | |
20 :deviceAttr :color; :value "#ff004c" . |