Mercurial > code > home > repos > light9
diff show/dance2024/effect/effect2.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/effect2.n3 Fri May 31 18:35:43 2024 -0700 @@ -0,0 +1,17 @@ +@prefix : <http://light9.bigasterisk.com/> . +@prefix effect: <http://light9.bigasterisk.com/effect/> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + + +effect:effect2 a :Effect; rdfs:label "green"; :effectFunction <http://light9.bigasterisk.com/effectFunction/scale>; + :publishAttr :strength; :setting :e_set2 . +:ds_val2 :setting effect:effect2_set0, effect:effect2_set1, effect:effect2_set2, effect:effect2_set3 . +:e_set2 :effectAttr :deviceSettings; :value :ds_val2 . +effect:effect2_set0 :device <http://light9.bigasterisk.com/theater/sky/device/parLIn>; + :deviceAttr :color; :value "#22ff00" . +effect:effect2_set1 :device <http://light9.bigasterisk.com/theater/sky/device/parLLow>; + :deviceAttr :color; :value "#44ff00" . +effect:effect2_set2 :device <http://light9.bigasterisk.com/theater/sky/device/parRLow>; + :deviceAttr :color; :value "#26ff00" . +effect:effect2_set3 :device <http://light9.bigasterisk.com/theater/sky/device/parRIn>; + :deviceAttr :color; :value "#33ff00" .