Skip to content

Commit

Permalink
feat: 7 colors as default for CCA3D
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Jan 26, 2025
1 parent a11e969 commit 625764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ window.onload = () => {
{ label: "Threshold", min: 1, max: 3, step: 1 },
)
const cca3dColorsCountBlade = pane.addBinding(
{ cca3dColorsCount: 8 },
{ cca3dColorsCount: 7 },
"cca3dColorsCount",
{ label: "Number of colors", min: 5, max: 10, step: 1 },
)
Expand Down

0 comments on commit 625764f

Please sign in to comment.