Mercurial > code > home > repos > light9
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2024/effect/effect1.n3 Fri May 31 18:35:43 2024 -0700 @@ -0,0 +1,20 @@ +@prefix : <http://light9.bigasterisk.com/> . +@prefix effect: <http://light9.bigasterisk.com/effect/> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + + +effect:effect1 a :Effect; rdfs:label "red"; :effectFunction <http://light9.bigasterisk.com/effectFunction/scale>; + :publishAttr :strength; :setting :e_set0 . +:ds_val0 :setting effect:effect1_set0, effect:effect1_set2, effect:effect1_set3, effect:effect1_set4, effect:effect1_set5 . +:e_set0 :effectAttr :deviceSettings; :value :ds_val0 . +effect:effect1_set0 :device <http://light9.bigasterisk.com/theater/sky/device/parLLow>; + :deviceAttr :color; :value "#dd001a" . +effect:effect1_set2 :device <http://light9.bigasterisk.com/theater/sky/device/parLIn>; + :deviceAttr :color; :value "#ff2200" . +effect:effect1_set3 :device <http://light9.bigasterisk.com/theater/sky/device/parLIn>; + :deviceAttr :white; :value 0.00392 . +effect:effect1_set4 :device <http://light9.bigasterisk.com/theater/sky/device/parRIn>; + :deviceAttr :color; :value "#ff0008" . +effect:effect1_set5 :device <http://light9.bigasterisk.com/theater/sky/device/parRLow>; + :deviceAttr :color; :value "#ff004c" .