Hacker News new | ask | show | jobs
by mxben 971 days ago
Could you talk about the arithmetic you are using to make mixing colors work?
1 comments

The resulting color of a paint mix is a weighted geometric mean of the paints' reflectance curves. The code is available on GitHub: <https://github.com/eugene-khyst/artistassistapp/blob/main/sr...>.
Awesome! Great work on this project. Congratulations!
BTW it's possible to see the "Reflectance chart". It shows reflectance curves of the paints and the mix. Here is a demo video on YouTube: <https://youtu.be/jC1HAeegm2I?feature=shared&t=157>.