Sfoglia il codice sorgente

improve the code

pull/211/head
cavencj 5 mesi fa
parent
commit
b62b53ab81
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      examples/effect/black_and_white.html

+ 1
- 1
examples/effect/black_and_white.html Vedi File

@@ -22,7 +22,7 @@
}
)
viewer.addBaseLayer(baseLayer)
effect = new DC.Effect(viewer)
let effect = new DC.Effect(viewer)
effect.blackAndWhite.enable = true
effect.blackAndWhite.gradations = 4


Loading…
Annulla
Salva