Mercurial > code > home > repos > light9
diff show/dance2024/effect/effect0.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/effect0.n3 Fri May 31 18:35:43 2024 -0700 @@ -0,0 +1,13 @@ +@prefix : <http://light9.bigasterisk.com/> . +@prefix effect: <http://light9.bigasterisk.com/effect/> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +effect:effect0 :setting :e_set1 . +:ds_val1 :setting effect:effect0_set0, effect:effect0_set1, effect:effect0_set2 . +:e_set1 :effectAttr :deviceSettings; :value :ds_val1 . +effect:effect0_set0 :device <http://light9.bigasterisk.com/theater/sky/device/parLLow>; + :deviceAttr :color; :value "#a0a0a0" . +effect:effect0_set1 :device <http://light9.bigasterisk.com/theater/sky/device/parLLow>; + :deviceAttr :white; :value 0.969 . +effect:effect0_set2 :device <http://light9.bigasterisk.com/theater/sky/device/parLIn>; + :deviceAttr :color; :value "#c3c3c3" .