We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additive vs subtractive mixing https://www.mathscareers.org.uk/colour-calculations/ (maybe I should use these methods separately for + and – operators)
Modifying RGB colour space to an additive space https://stackoverflow.com/a/41598885/16844576
Function to invert a colour, and round it to black or white https://stackoverflow.com/a/35970186
Function to mix colours
Colour quantization https://www.r-bloggers.com/2016/01/color-quantization-in-r/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Additive vs subtractive mixing https://www.mathscareers.org.uk/colour-calculations/ (maybe I should use these methods separately for + and – operators)
Modifying RGB colour space to an additive space https://stackoverflow.com/a/41598885/16844576
Function to invert a colour, and round it to black or white https://stackoverflow.com/a/35970186
Function to mix colours
Colour quantization https://www.r-bloggers.com/2016/01/color-quantization-in-r/
The text was updated successfully, but these errors were encountered: