The given parameters are r,g,b of two colors.
How can I multiply them? (Like blending mode->multiply in Photoshop)
Example:
color1:0,255,255
color2:255,255,0
multiplied:0,255,0





Rating:
The post How to multiply two colors in javascript? appeared first on Javascript ASK.
via Javascript ASK http://javascriptask.phpfogapp.com/how-to-multiply-two-colors-in-javascript.html
No comments:
Post a Comment