Browse Source

improve the code

pull/211/head
cavencj 5 months ago
parent
commit
b62b53ab81
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      examples/effect/black_and_white.html

+ 1
- 1
examples/effect/black_and_white.html View 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…
Cancel
Save