ColorMath
ColorMath is an expression parser and evaluator dealing with color representations. Using special grammar it supports various color models, mixing, blending, channels manipulation, scaling, bezier interpolation and more. It also supports transpiling most of the expressions to less.js.
Website | colormath.net |
Date | Nov-2015 |
Team | Just me |
Role | Designer, developer |
Stack |
For example, to instruct interpreter to take red color, adjust its alpha channel to 30% and display result you can write: red @a 30%
.
Please go to project's website to test your expressions, visualize results and read about all available features with examples.