You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi people, I need a help, in my site I using virtualsky module.
in virtualsky.js file we have options negative: false and transparament: false.
In my code I just added document.getElementById('fone0').onclick=()=>{ if(document.getElementById('fone0').checked === true){ this.transparent=true; this.negative=true; } this.draw(); }
and second line
In results I have not negative-invert colors :( only constellation lines
The text was updated successfully, but these errors were encountered:
Hi people, I need a help, in my site I using virtualsky module.
in virtualsky.js file we have options negative: false and transparament: false.
In my code I just added
document.getElementById('fone0').onclick=()=>{ if(document.getElementById('fone0').checked === true){ this.transparent=true; this.negative=true; } this.draw(); }
and second line
In results I have not negative-invert colors :( only constellation lines
The text was updated successfully, but these errors were encountered: