Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Oct 12, 2023
1 parent 4a7a905 commit 87aadf7
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 127 deletions.
10 changes: 10 additions & 0 deletions AQP/aqp/mix-colors.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,16 @@ Top 3 mixture candidates
plotColorMixture(c('5B 5/10', '5Y 8/8'), label.cex = 0.65, showMixedSpec = TRUE, mixingMethod = 'reference', n = 3)
```


Interesting mixture of three colors, closest Munsell chip of mixture is not in spectral library.
```{r fig.height=5.5, fig.width=9}
plotColorMixture(c('5Y 8/10', '5B 4/10', '5R 4/8'), label.cex = 0.65, showMixedSpec = TRUE, mixingMethod = 'exact')
```





## Simulation of a continuous mixture
Seems plausible.
```{r fig.height=2.5, fig.width=10}
Expand Down
234 changes: 107 additions & 127 deletions AQP/aqp/mix-colors.html

Large diffs are not rendered by default.

0 comments on commit 87aadf7

Please sign in to comment.