- From: Markus Stange via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 Dec 2017 13:36:45 +0000
- To: public-fxtf-archive@w3.org
All the `B(Cb, Cs)` formulas in [C&B Level 2](https://drafts.fxtf.org/compositing-2/#blending) describe the pure blend step. The compositing that happens afterwards to compute the final composited color, `Cr`, uses B(Cb, Cs) as one of its inputs and is mentioned in the introductory section of the Blending chapter: ``` Cr = (1 - αb) x Cs + αb x B(Cb, Cs) ``` -- GitHub Notification of comment by mstange Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/173#issuecomment-352007366 using your GitHub account
Received on Friday, 15 December 2017 13:36:59 UTC