- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Aug 2024 00:01:46 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-color-6] add color functions for some (or all) compositing/blending operations`, and agreed to the following: * `RESOLVED: color-layers([<blend-mode>, ]? <color>#)` * `RESOLVED: function name is "color-layers()"` <details><summary>The full IRC log of that discussion</summary> <ChrisL> q+<br> <Rossen4> ack ChrisL<br> <matthieud> ChrisL: you want to composite color1 on color2<br> <matthieud> ntim: currently web devs need background gradient to composite one color on top of the other.<br> <TabAtkins> +1 to the functionality too, seems easy and moderately useful<br> <matthieud> ChrisL: proposition is using color-layer<br> <fantasai> color-layer([<blend-mode>, ]? <color>#)<br> <astearns> slight preference for color-over, as I associate *-layer with stacks of things<br> <matthieud> ntim: either color-over() or color-layer() and inside the function you have a comma separated list of colors and optional blend-mode<br> <miriam> layer-colors() reads better to me<br> <matthieud> ChrisL: optional blend-mode preference, if not specified you get the default<br> <matthieud> fantasai: we agree on the arguments of the function [<blend-mode>, ]? <color>#<br> <Rossen4> ack miriam<br> <ChrisL> q+<br> <ntim> q+<br> <matthieud> miriam: color-layer read weirds because it's not a single layer<br> <matthieud> miriam: proposal for layer-colors() or color-over()<br> <fantasai> color-layers?<br> <Rossen4> ack ChrisL<br> <Rossen4> ack ntim<br> <matthieud> ChrisL: all color functions start with color-*<br> <ChrisL> ntim++<br> <matthieud> ntim: consistency with color-mix()<br> <miriam> color-stack(), color-over()…<br> <matthieud> ChrisL: color-stack() sounds like stacking context, weird<br> <fantasai> POLL: A) color-over B) color-layer C) color-stack<br> <fantasai> D) color-layers<br> <nicole> D<br> <fantasai> not A<br> <astearns> A<br> <matthieud> D<br> <ntim> A or B (no strong opinion)<br> <Rossen4> D B<br> <schenney> B<br> <ChrisL> D<br> <TabAtkins> d<br> <miriam> A C or D<br> <kbabbitt> A > D > B> C<br> <schenney> Change: D<br> <ethanjv> D > A<br> <masonf> someone needs to write some code to see which option won.<br> <nicole> haha<br> <matthieud> Rossen4: based on first choice color-layers() win<br> <ChrisL> \0/<br> <fantasai> RESOLVED: color-layers([<blend-mode>, ]? <color>#)<br> <matthieud> RESOLVED: function name is "color-layers()"<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8431#issuecomment-2274558595 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 8 August 2024 00:01:47 UTC