Mercurial > code > home > repos > light9
view 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 source
@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" .