Re: [csswg-drafts] [css-color] blending options

The alpha channel of the result color being the average of the two 
colors looks pretty weird. Should that be the linear interpolation 
given the percentage? The current algorithm means `color(color_a 
blenda(color_b 100%))` may not be `color_a` and `color(color_a 
blenda(color_b 0%))` may not be `color_b`.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/305#issuecomment-242637599 
using your GitHub account

Received on Friday, 26 August 2016 06:01:01 UTC