Mercurial > code > home > repos > light9
comparison 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 |
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 xsd: <http://www.w3.org/2001/XMLSchema#> . | |
4 | |
5 effect:effect0 :setting :e_set1 . | |
6 :ds_val1 :setting effect:effect0_set0, effect:effect0_set1, effect:effect0_set2 . | |
7 :e_set1 :effectAttr :deviceSettings; :value :ds_val1 . | |
8 effect:effect0_set0 :device <http://light9.bigasterisk.com/theater/sky/device/parLLow>; | |
9 :deviceAttr :color; :value "#a0a0a0" . | |
10 effect:effect0_set1 :device <http://light9.bigasterisk.com/theater/sky/device/parLLow>; | |
11 :deviceAttr :white; :value 0.969 . | |
12 effect:effect0_set2 :device <http://light9.bigasterisk.com/theater/sky/device/parLIn>; | |
13 :deviceAttr :color; :value "#c3c3c3" . |