Re: [w3ctag/design-reviews] CSS color-mix function (#526)

>  For example, `color-mix(red yellow 40%)` produces a mixture of 40% red and 60% yellow.

The syntax has now changed as a result of resolving https://github.com/w3c/csswg-drafts/issues/5258 so that example would now be

 `color-mix(red 40%, yellow)`
or indeed
 `color-mix(red40%, yellow 60%)`
or, in sRGB rather than LCH
 `color-mix(srgb red 40%, yellow)`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/526#issuecomment-660576558

Received on Sunday, 19 July 2020 02:51:04 UTC