- From: Simon Sapin <simon.sapin@exyr.org>
- Date: Mon, 24 Feb 2014 16:22:06 +0000
- To: www-style@w3.org
On 24/02/2014 16:13, Dub wrote: > Hello, > > I am wondering if this has ever been brought up before now that we have > calc and such in the mix what are peoples thoughts on perhaps RGB/HEX > functions such as > > lighten(#000000, 20%); > > darken(#ffffff, 30%); > > Thoughts? Hi, We have a proposal for this in CSS Color 4: http://dev.w3.org/csswg/css-color-4/#modifying-colors http://dev.w3.org/csswg/css-color-4/#tint-shade-adjusters The syntax for your examples would be: color(#000000 tint(20%)) color(#ffffff shade(30%)) Feel free to send feedback on this here. -- Simon Sapin
Received on Monday, 24 February 2014 16:22:32 UTC