- From: Alan Gresley <alan@css-class.com>
- Date: Fri, 10 May 2013 12:22:37 +1000
- To: "Tab Atkins Jr." <jackalmage@gmail.com>
- CC: Sebastian Zartner <sebastianzartner@gmail.com>, Sam L'ecuyer <sam@cateches.is>, Brad Kemper <brad.kemper@gmail.com>, François REMY <francois.remy.dev@outlook.com>, Lea Verou <lea@w3.org>, Jake Archibald <jaffathecake@gmail.com>, Šime Vidas <sime.vidas@gmail.com>, www-style list <www-style@w3.org>
On 10/05/2013 8:05 AM, Tab Atkins Jr. wrote: > On Thu, May 9, 2013 at 3:03 PM, Sebastian Zartner > <sebastianzartner@gmail.com> wrote: >> I want to add one example: >> >> color(rgb(255, 69, 0), .5); > > Since this doesn't specify a channel for the second argument, it > woudl be invalid. > >> Instead of having different functions for color effects like >> changing the brightness like Lea said earlier, the color() function >> could also do this: >> >> color(#ff4500, saturation - 20%); >> color(orangered, luminance 50%); >> >> Not sure if this approach is better than having different >> functions, though. > > Yes, this is my preferred solution now. > > ~TJ How does the below work with display devices that uses pixels that are a composite of red, green blue sub-pixels? color(#ff4500, saturation - 20%); color(orangered, luminance 50%); Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/
Received on Friday, 10 May 2013 02:23:09 UTC