gka / chroma.js

JavaScript library for all kinds of color manipulations
https://gka.github.io/chroma.js/
Other
10.08k stars 543 forks source link

Blending of rgb and rgba don't blend properly #281

Open limzikiki opened 2 years ago

KutnerUri commented 2 years ago

reproduced it -

chroma.blend('4CBBFC', 'EEEE22', 'overlay'); // == #8ef6fa
chroma.blend('4CBBFC', 'EEEE2250', 'overlay'); // == #8ef6fa, should be #83CCBF
williambout commented 1 year ago

I can repro as well