bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.05k stars 439 forks source link

[Question] Overlay Colors #268

Open FlashTang opened 1 year ago

FlashTang commented 1 year ago

Hello sir I have a question about getting combined color by overlaying colors for example layer 0 color : #FF0000 layer 1 color : #00FC33 (alpha 0.5) layer 2 color : #000044 (alpha 0.2) Can I get the final color by using TinyColor ? If yes , how ?