Re: [csswg-drafts] [css-color-6] add color functions for some (or all) compositing/blending operations (#8431)

> What happens when you put more than 2 colors?

You start from the end, and do them pairwise. In other words

`color-over(var(--col1) var(--col2) var(--col3))` is the same as 
`color-over(var(--col1) color-over(var(--col2) var(--col3)))`

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 30 July 2024 11:02:08 UTC